Html Css Color HEX #F0AA18 Dark Tangerine

📋 copy color: '#F0AA18'

red 240 ◦ green 170 ◦ blue 24

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

Shades of Dark Tangerine #F0AA18

Tints of Dark Tangerine #F0AA18

RGB

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

 GREEN value IS 170 (66.8% from 255) = 39.17%

 BLUE value IS 24 (9.77% from 255) = 5.53%

R = 55.3%
G = 39.17%
B = 5.53%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.9

 K value IS 0.06

RGB Variations

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

Color information

#F0AA18 (or 0xF0AA18) is known color: Dark Tangerine. HEX triplet: F0, AA and 18. RGB value is (240,170,24). Sum of RGB (Red+Green+Blue) = 240+170+24=434 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.30% from 434); Green value is 170 (66.80% from 255 or 39.17% from 434); Blue value is 24 (9.77% from 255 or 5.53% from 434); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AA18 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0AA18 is #0F55E7. Grayscale: #AEAEAE. Windows color (decimal): -1005032 or 1616624. OLE color: 1616624.

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

Color convert

RGB 240 170 24 -
CMYK 0 0.29 0.9 0.06
HSL 40.56º 0.88% 0.52% -
HSV(B) 40.56º 0.9% 0.94% -
XYZ 50.47 47.34 7.34 -
YUV 174.29 43.19 174.87 -
System Red Green Blue C M Y K H S L
Decimal 240 170 24 0 0.29 0.9 0.06 40.56 0.88 0.52
Hex F0 AA 18 0 1D 5A 6 29 58 34
Octal 360 252 30 0 35 132 6 51 130 64
Binary 11110000 10101010 11000 0 11101 1011010 110 101001 1011000 110100

Color Harmonies of #F0AA18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0AA18

Black with #F0AA18

Text Example


Text Example

White with #F0AA18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0AA18; }

 p { color: rgb(240,170,24); }

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

background-color css

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

 a { background-color: rgb(240,170,24); }

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

border-color css

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

 span { border-color: rgb(240,170,24); }

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