Html Css Color HEX #F08802 Tangerine

📋 copy color: '#F08802'

red 240 ◦ green 136 ◦ blue 2

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

Shades of Tangerine #F08802

Tints of Tangerine #F08802

RGB

 RED value IS 240 (94.14% from 255) = 63.49%

 GREEN value IS 136 (53.52% from 255) = 35.98%

 BLUE value IS 2 (1.17% from 255) = 0.53%

R = 63.49%
G = 35.98%
B = 0.53%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.99

 K value IS 0.06

RGB Variations

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

Color information

#F08802 (or 0xF08802) is known color: Tangerine. HEX triplet: F0, 88 and 02. RGB value is (240,136,2). Sum of RGB (Red+Green+Blue) = 240+136+2=378 (50% of max value = 765). Red value is 240 (94.14% from 255 or 63.49% from 378); Green value is 136 (53.52% from 255 or 35.98% from 378); Blue value is 2 (1.17% from 255 or 0.53% from 378); Max value from RGB is 240 - color contains mainly: red. Hex color #F08802 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F08802 is #0F77FD. Grayscale: #989898. Windows color (decimal): -1013758 or 166128. OLE color: 166128.

HSL color Cylindrical-coordinate representation of color #F08802: hue angle of 33.78º 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 #F08802 is Cyan = 0, Magento = 0.43, Yellow = 0.99 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 136 2 -
CMYK 0 0.43 0.99 0.06
HSL 33.78º 0.98% 0.47% -
HSV(B) 33.78º 0.99% 0.94% -
XYZ 44.75 36.14 4.67 -
YUV 151.82 43.46 190.9 -
System Red Green Blue C M Y K H S L
Decimal 240 136 2 0 0.43 0.99 0.06 33.78 0.98 0.47
Hex F0 88 2 0 2B 63 6 22 62 2F
Octal 360 210 2 0 53 143 6 42 142 57
Binary 11110000 10001000 10 0 101011 1100011 110 100010 1100010 101111

Color Harmonies of #F08802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08802

Black with #F08802

Text Example


Text Example

White with #F08802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08802; }

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

 H1.HeaderClassName
 {
   color: #F08802;
 }
 .AnyTagClassName
 {
   color: #F08802;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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