Html Css Color HEX #FAA912 Dark Tangerine

📋 copy color: '#FAA912'

red 250 ◦ green 169 ◦ blue 18

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

Shades of Dark Tangerine #FAA912

Tints of Dark Tangerine #FAA912

RGB

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

 GREEN value IS 169 (66.41% from 255) = 38.67%

 BLUE value IS 18 (7.42% from 255) = 4.12%

R = 57.21%
G = 38.67%
B = 4.12%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#FAA912 (or 0xFAA912) is known color: Dark Tangerine. HEX triplet: FA, A9 and 12. RGB value is (250,169,18). Sum of RGB (Red+Green+Blue) = 250+169+18=437 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.21% from 437); Green value is 169 (66.41% from 255 or 38.67% from 437); Blue value is 18 (7.42% from 255 or 4.12% from 437); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA912 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAA912 is #0556ED. Grayscale: #B0B0B0. Windows color (decimal): -349934 or 1223162. OLE color: 1223162.

HSL color Cylindrical-coordinate representation of color #FAA912: hue angle of 39.05º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FAA912 is Cyan = 0, Magento = 0.32, Yellow = 0.93 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 169 18 -
CMYK 0 0.32 0.93 0.02
HSL 39.05º 0.96% 0.53% -
HSV(B) 39.05º 0.93% 0.98% -
XYZ 53.72 48.74 7.15 -
YUV 176.01 38.84 180.78 -
System Red Green Blue C M Y K H S L
Decimal 250 169 18 0 0.32 0.93 0.02 39.05 0.96 0.53
Hex FA A9 12 0 20 5D 2 27 60 35
Octal 372 251 22 0 40 135 2 47 140 65
Binary 11111010 10101001 10010 0 100000 1011101 10 100111 1100000 110101

Color Harmonies of #FAA912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA912

Black with #FAA912

Text Example


Text Example

White with #FAA912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA912; }

 p { color: rgb(250,169,18); }

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

background-color css

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

 a { background-color: rgb(250,169,18); }

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

border-color css

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

 span { border-color: rgb(250,169,18); }

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