Html Css Color HEX #F08002 Tangerine

📋 copy color: '#F08002'

red 240 ◦ green 128 ◦ blue 2

#F08002
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tangerine #F08002

Tints of Tangerine #F08002

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 value IS 0

 M value IS 0.47

 Y value IS 0.99

 K value IS 0.06

RGB Variations

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

Color information

#F08002 (or 0xF08002) is known color: 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

RGB 240 128 2 -
CMYK 0 0.47 0.99 0.06
HSL 31.76º 0.98% 0.47% -
HSV(B) 31.76º 0.99% 0.94% -
XYZ 43.67 33.97 4.31 -
YUV 147.12 46.11 194.25 -
System Red Green Blue C M Y K H S L
Decimal 240 128 2 0 0.47 0.99 0.06 31.76 0.98 0.47
Hex F0 80 2 0 2F 63 6 20 62 2F
Octal 360 200 2 0 57 143 6 40 142 57
Binary 11110000 10000000 10 0 101111 1100011 110 100000 1100010 101111

Color Harmonies of #F08002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08002

Black with #F08002

Text Example


Text Example

White with #F08002

Text Example


Text Example

HTML Codes & Css Web 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>