#f88900

Color #F88900 Tangerine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tangerine #F88900

Tints of Tangerine #F88900

Color information

#F88900 (or 0xF88900) is unknown color: approx Tangerine. HEX triplet: F8, 89 and 00. RGB value is (248,137,0). Sum of RGB (Red+Green+Blue) = 248+137+0=385 (50% of max value = 765). Red value is 248 (97.27% from 255 or 64.42% from 385); Green value is 137 (53.91% from 255 or 35.58% from 385); Blue value is 0 (0.39% from 255 or 0% from 385); Max value from RGB is 248 - color contains mainly: red. Hex color #F88900 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F88900 is #0776FF. Grayscale: #9B9B9B. Windows color (decimal): -489216 or 35320. OLE color: 35320.

HSL color Cylindrical-coordinate representation of color #F88900: hue angle of 33.15º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F88900 is Cyan = 0, Magento = 0.45, Yellow = 1 and Black (K on CMYK) = 0.03.

Color convert

RGB2481370-
CMYK00.4510.03
HSL33.15º100%48.63%-
HSV(B)33.15º100%97.25%-
XYZ47.6637.854.79-
YUV154.5740.77194.64-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 248 (97.27% from 255) = 64.42%
GREEN value IS 137 (53.91% from 255) = 35.58%
BLUE value IS 0 (0.39% from 255) = 0%
R=64.42%
G=35.58%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 1
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal248137000.4510.0333.1510048.63
HexF889002D643216431
Octal370211005514434114461
Binary1111100010001001001011011100100111000011100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f88900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f88900; }

 p { color: rgb(248,137,0); }

 H1.HeaderClassName
 {
   color: #f88900;
 }
 .AnyTagClassName
 {
   color: #f88900;
 }
</style>
background-color css

<style>
 a { background-color: #f88900; }

 a { background-color: rgb(248,137,0); }

 div.DivClassName
 {
   background-color: #f88900;
 }
 .BgClassName
 {
   background-color: #f88900;
 }
</style>
border-color css

<style>
 span { border-color: #f88900; }

 span { border-color: rgb(248,137,0); }

 td.TdClassName
 {
   border-color: #f88900;
 }
 .TagClassName
 {
   border-color: #f88900;
 }
</style>