Html Css Color HEX #F08E02 Tangerine

📋 copy color: '#F08E02'

red 240 ◦ green 142 ◦ blue 2

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

Shades of Tangerine #F08E02

Tints of Tangerine #F08E02

RGB

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

 GREEN value IS 142 (55.86% from 255) = 36.98%

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

R = 62.5%
G = 36.98%
B = 0.52%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.99

 K value IS 0.06

RGB Variations

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

Color information

#F08E02 (or 0xF08E02) is known color: Tangerine. HEX triplet: F0, 8E and 02. RGB value is (240,142,2). Sum of RGB (Red+Green+Blue) = 240+142+2=384 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.5% from 384); Green value is 142 (55.86% from 255 or 36.98% from 384); Blue value is 2 (1.17% from 255 or 0.52% from 384); Max value from RGB is 240 - color contains mainly: red. Hex color #F08E02 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F08E02 is #0F71FD. Grayscale: #9C9C9C. Windows color (decimal): -1012222 or 167664. OLE color: 167664.

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

Color convert

RGB 240 142 2 -
CMYK 0 0.41 0.99 0.06
HSL 35.29º 0.98% 0.47% -
HSV(B) 35.29º 0.99% 0.94% -
XYZ 45.62 37.88 4.96 -
YUV 155.34 41.47 188.38 -
System Red Green Blue C M Y K H S L
Decimal 240 142 2 0 0.41 0.99 0.06 35.29 0.98 0.47
Hex F0 8E 2 0 29 63 6 23 62 2F
Octal 360 216 2 0 51 143 6 43 142 57
Binary 11110000 10001110 10 0 101001 1100011 110 100011 1100010 101111

Color Harmonies of #F08E02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08E02

Black with #F08E02

Text Example


Text Example

White with #F08E02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08E02; }

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

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

background-color css

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

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

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

border-color css

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

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

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