Html Css Color HEX #F0A60D Dark Tangerine

📋 copy color: '#F0A60D'

red 240 ◦ green 166 ◦ blue 13

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

Shades of Dark Tangerine #F0A60D

Tints of Dark Tangerine #F0A60D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.1%

R = 57.28%
G = 39.62%
B = 3.1%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#F0A60D (or 0xF0A60D) is known color: Dark Tangerine. HEX triplet: F0, A6 and 0D. RGB value is (240,166,13). Sum of RGB (Red+Green+Blue) = 240+166+13=419 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.28% from 419); Green value is 166 (65.23% from 255 or 39.62% from 419); Blue value is 13 (5.47% from 255 or 3.10% from 419); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A60D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0A60D is #0F59F2. Grayscale: #ABABAB. Windows color (decimal): -1006067 or 894704. OLE color: 894704.

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

Color convert

RGB 240 166 13 -
CMYK 0 0.31 0.95 0.06
HSL 40.44º 0.9% 0.5% -
HSV(B) 40.44º 0.95% 0.94% -
XYZ 49.64 45.83 6.61 -
YUV 170.68 39.02 177.44 -
System Red Green Blue C M Y K H S L
Decimal 240 166 13 0 0.31 0.95 0.06 40.44 0.9 0.5
Hex F0 A6 D 0 1F 5F 6 28 5A 32
Octal 360 246 15 0 37 137 6 50 132 62
Binary 11110000 10100110 1101 0 11111 1011111 110 101000 1011010 110010

Color Harmonies of #F0A60D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A60D

Black with #F0A60D

Text Example


Text Example

White with #F0A60D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A60D; }

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

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

background-color css

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

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

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

border-color css

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

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

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