Html Css Color HEX #FAA118 Dark Tangerine

📋 copy color: '#FAA118'

red 250 ◦ green 161 ◦ blue 24

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

Shades of Dark Tangerine #FAA118

Tints of Dark Tangerine #FAA118

RGB

 RED value IS 250 (98.05% from 255) = 57.47%

 GREEN value IS 161 (63.28% from 255) = 37.01%

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

R = 57.47%
G = 37.01%
B = 5.52%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#FAA118 (or 0xFAA118) is known color: Dark Tangerine. HEX triplet: FA, A1 and 18. RGB value is (250,161,24). Sum of RGB (Red+Green+Blue) = 250+161+24=435 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.47% from 435); Green value is 161 (63.28% from 255 or 37.01% from 435); Blue value is 24 (9.77% from 255 or 5.52% from 435); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA118 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAA118 is #055EE7. Grayscale: #ACACAC. Windows color (decimal): -351976 or 1614330. OLE color: 1614330.

HSL color Cylindrical-coordinate representation of color #FAA118: hue angle of 36.37º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FAA118 is Cyan = 0, Magento = 0.36, Yellow = 0.90 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 161 24 -
CMYK 0 0.36 0.90 0.02
HSL 36.37º 0.96% 0.54% -
HSV(B) 36.37º 0.9% 0.98% -
XYZ 52.33 45.88 6.96 -
YUV 171.99 44.49 183.64 -
System Red Green Blue C M Y K H S L
Decimal 250 161 24 0 0.36 0.90 0.02 36.37 0.96 0.54
Hex FA A1 18 0 24 5A 2 24 60 36
Octal 372 241 30 0 44 132 2 44 140 66
Binary 11111010 10100001 11000 0 100100 1011010 10 100100 1100000 110110

Color Harmonies of #FAA118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA118

Black with #FAA118

Text Example


Text Example

White with #FAA118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA118; }

 p { color: rgb(250,161,24); }

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

background-color css

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

 a { background-color: rgb(250,161,24); }

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

border-color css

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

 span { border-color: rgb(250,161,24); }

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