#F08002

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

Shades of Tangerine #F08002

Tints of Tangerine #F08002

Color information

#F08002 (or 0xF08002) is unknown color: approx Tangerine. HEX triplet: F0, 80 and 02. RGB value is (240,128,2). Sum of RGB (Red+Green+Blue) = 240+128+2=370 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.86% from 370); Green value is 128 (50.39% from 255 or 34.59% from 370); Blue value is 2 (1.17% from 255 or 0.54% from 370); Max value from RGB is 240 - color contains mainly: red. Hex color #F08002 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F08002 is #0F7FFD. Grayscale: #939393. Windows color (decimal): -1015806 or 164080. OLE color: 164080.

HSL color Cylindrical-coordinate representation of color #F08002: hue angle of 31.76º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F08002 is Cyan = 0, Magento = 0.47, Yellow = 0.99 and Black (K on CMYK) = 0.06.

Color convert

RGB2401282-
CMYK00.470.990.06
HSL31.76º98.35%47.45%-
HSV(B)31.76º99.17%94.12%-
XYZ43.6733.974.31-
YUV147.1246.11194.25-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 64.86%
GREEN value IS 128 (50.39% from 255) = 34.59%
BLUE value IS 2 (1.17% from 255) = 0.54%
R=64.86%
G=34.59%
B=0.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.99
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240128200.470.990.0631.7698.3547.45
HexF080202F63620622f
Octal360200205714364014257
Binary111100001000000010010111111000111101000001100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F08002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F08002; }

 p { color: rgb(240,128,2); }

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

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

 a { background-color: rgb(240,128,2); }

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

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

 span { border-color: rgb(240,128,2); }

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