Html Css Color HEX #F08E00 Tangerine

📋 copy color: '#F08E00'

red 240 ◦ green 142 ◦ blue 0

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

Shades of Tangerine #F08E00

Tints of Tangerine #F08E00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 62.83%
G = 37.17%
B = 0%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 1

 K value IS 0.06

RGB Variations

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

Color information

#F08E00 (or 0xF08E00) is known color: Tangerine. HEX triplet: F0, 8E and 00. RGB value is (240,142,0). Sum of RGB (Red+Green+Blue) = 240+142+0=382 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.83% from 382); Green value is 142 (55.86% from 255 or 37.17% from 382); Blue value is 0 (0.39% from 255 or 0% from 382); Max value from RGB is 240 - color contains mainly: red. Hex color #F08E00 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F08E00 is #0F71FF. Grayscale: #9B9B9B. Windows color (decimal): -1012224 or 36592. OLE color: 36592.

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

Color convert

RGB 240 142 0 -
CMYK 0 0.41 1 0.06
HSL 35.5º 1% 0.47% -
HSV(B) 35.5º 1% 0.94% -
XYZ 45.61 37.87 4.91 -
YUV 155.11 40.47 188.55 -
System Red Green Blue C M Y K H S L
Decimal 240 142 0 0 0.41 1 0.06 35.5 1 0.47
Hex F0 8E 0 0 29 64 6 24 64 2F
Octal 360 216 0 0 51 144 6 44 144 57
Binary 11110000 10001110 0 0 101001 1100100 110 100100 1100100 101111

Color Harmonies of #F08E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08E00

Black with #F08E00

Text Example


Text Example

White with #F08E00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08E00; }

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

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

background-color css

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

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

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

border-color css

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

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

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