Html Css Color HEX #F08114 Tangerine

📋 copy color: '#F08114'

red 240 ◦ green 129 ◦ blue 20

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

Shades of Tangerine #F08114

Tints of Tangerine #F08114

RGB

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

 GREEN value IS 129 (50.78% from 255) = 33.16%

 BLUE value IS 20 (8.2% from 255) = 5.14%

R = 61.7%
G = 33.16%
B = 5.14%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#F08114 (or 0xF08114) is known color: Tangerine. HEX triplet: F0, 81 and 14. RGB value is (240,129,20). Sum of RGB (Red+Green+Blue) = 240+129+20=389 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.70% from 389); Green value is 129 (50.78% from 255 or 33.16% from 389); Blue value is 20 (8.20% from 255 or 5.14% from 389); Max value from RGB is 240 - color contains mainly: red. Hex color #F08114 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F08114 is #0F7EEB. Grayscale: #969696. Windows color (decimal): -1015532 or 1343984. OLE color: 1343984.

HSL color Cylindrical-coordinate representation of color #F08114: hue angle of 29.73º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F08114 is Cyan = 0, Magento = 0.46, Yellow = 0.92 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 129 20 -
CMYK 0 0.46 0.92 0.06
HSL 29.73º 0.88% 0.51% -
HSV(B) 29.73º 0.92% 0.94% -
XYZ 43.91 34.28 4.96 -
YUV 149.76 54.77 192.36 -
System Red Green Blue C M Y K H S L
Decimal 240 129 20 0 0.46 0.92 0.06 29.73 0.88 0.51
Hex F0 81 14 0 2E 5C 6 1E 58 33
Octal 360 201 24 0 56 134 6 36 130 63
Binary 11110000 10000001 10100 0 101110 1011100 110 11110 1011000 110011

Color Harmonies of #F08114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08114

Black with #F08114

Text Example


Text Example

White with #F08114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08114; }

 p { color: rgb(240,129,20); }

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

background-color css

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

 a { background-color: rgb(240,129,20); }

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

border-color css

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

 span { border-color: rgb(240,129,20); }

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