Html Css Color HEX #F08702 Tangerine

📋 copy color: '#F08702'

red 240 ◦ green 135 ◦ blue 2

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

Shades of Tangerine #F08702

Tints of Tangerine #F08702

RGB

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

 GREEN value IS 135 (53.13% from 255) = 35.81%

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

R = 63.66%
G = 35.81%
B = 0.53%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.99

 K value IS 0.06

RGB Variations

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

Color information

#F08702 (or 0xF08702) is known color: Tangerine. HEX triplet: F0, 87 and 02. RGB value is (240,135,2). Sum of RGB (Red+Green+Blue) = 240+135+2=377 (49% of max value = 765). Red value is 240 (94.14% from 255 or 63.66% from 377); Green value is 135 (53.12% from 255 or 35.81% from 377); Blue value is 2 (1.17% from 255 or 0.53% from 377); Max value from RGB is 240 - color contains mainly: red. Hex color #F08702 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F08702 is #0F78FD. Grayscale: #979797. Windows color (decimal): -1014014 or 165872. OLE color: 165872.

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

Color convert

RGB 240 135 2 -
CMYK 0 0.44 0.99 0.06
HSL 33.53º 0.98% 0.47% -
HSV(B) 33.53º 0.99% 0.94% -
XYZ 44.61 35.86 4.63 -
YUV 151.23 43.79 191.31 -
System Red Green Blue C M Y K H S L
Decimal 240 135 2 0 0.44 0.99 0.06 33.53 0.98 0.47
Hex F0 87 2 0 2C 63 6 22 62 2F
Octal 360 207 2 0 54 143 6 42 142 57
Binary 11110000 10000111 10 0 101100 1100011 110 100010 1100010 101111

Color Harmonies of #F08702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08702

Black with #F08702

Text Example


Text Example

White with #F08702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08702; }

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

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

background-color css

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

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

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

border-color css

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

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

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