Html Css Color HEX #F0A60E Dark Tangerine

📋 copy color: '#F0A60E'

red 240 ◦ green 166 ◦ blue 14

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

Shades of Dark Tangerine #F0A60E

Tints of Dark Tangerine #F0A60E

RGB

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

 GREEN value IS 166 (65.23% from 255) = 39.52%

 BLUE value IS 14 (5.86% from 255) = 3.33%

R = 57.14%
G = 39.52%
B = 3.33%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.94

 K value IS 0.06

RGB Variations

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

Color information

#F0A60E (or 0xF0A60E) is known color: Dark Tangerine. HEX triplet: F0, A6 and 0E. RGB value is (240,166,14). Sum of RGB (Red+Green+Blue) = 240+166+14=420 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.14% from 420); Green value is 166 (65.23% from 255 or 39.52% from 420); Blue value is 14 (5.86% from 255 or 3.33% from 420); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A60E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0A60E is #0F59F1. Grayscale: #ABABAB. Windows color (decimal): -1006066 or 960240. OLE color: 960240.

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

Color convert

RGB 240 166 14 -
CMYK 0 0.31 0.94 0.06
HSL 40.35º 0.89% 0.5% -
HSV(B) 40.35º 0.94% 0.94% -
XYZ 49.65 45.83 6.64 -
YUV 170.8 39.52 177.36 -
System Red Green Blue C M Y K H S L
Decimal 240 166 14 0 0.31 0.94 0.06 40.35 0.89 0.5
Hex F0 A6 E 0 1F 5E 6 28 59 32
Octal 360 246 16 0 37 136 6 50 131 62
Binary 11110000 10100110 1110 0 11111 1011110 110 101000 1011001 110010

Color Harmonies of #F0A60E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A60E

Black with #F0A60E

Text Example


Text Example

White with #F0A60E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A60E; }

 p { color: rgb(240,166,14); }

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

background-color css

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

 a { background-color: rgb(240,166,14); }

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

border-color css

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

 span { border-color: rgb(240,166,14); }

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