Html Css Color HEX #FAA012 Dark Tangerine

📋 copy color: '#FAA012'

red 250 ◦ green 160 ◦ blue 18

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

Shades of Dark Tangerine #FAA012

Tints of Dark Tangerine #FAA012

RGB

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

 GREEN value IS 160 (62.89% from 255) = 37.38%

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

R = 58.41%
G = 37.38%
B = 4.21%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#FAA012 (or 0xFAA012) is known color: Dark Tangerine. HEX triplet: FA, A0 and 12. RGB value is (250,160,18). Sum of RGB (Red+Green+Blue) = 250+160+18=428 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.41% from 428); Green value is 160 (62.89% from 255 or 37.38% from 428); Blue value is 18 (7.42% from 255 or 4.21% from 428); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA012 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAA012 is #055FED. Grayscale: #ABABAB. Windows color (decimal): -352238 or 1220858. OLE color: 1220858.

HSL color Cylindrical-coordinate representation of color #FAA012: hue angle of 36.72º 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 #FAA012 is Cyan = 0, Magento = 0.36, Yellow = 0.93 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 160 18 -
CMYK 0 0.36 0.93 0.02
HSL 36.72º 0.96% 0.53% -
HSV(B) 36.72º 0.93% 0.98% -
XYZ 52.1 45.51 6.61 -
YUV 170.72 41.82 184.55 -
System Red Green Blue C M Y K H S L
Decimal 250 160 18 0 0.36 0.93 0.02 36.72 0.96 0.53
Hex FA A0 12 0 24 5D 2 25 60 35
Octal 372 240 22 0 44 135 2 45 140 65
Binary 11111010 10100000 10010 0 100100 1011101 10 100101 1100000 110101

Color Harmonies of #FAA012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA012

Black with #FAA012

Text Example


Text Example

White with #FAA012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA012; }

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

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

background-color css

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

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

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

border-color css

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

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

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