Html Css Color HEX #FAA412 Dark Tangerine

📋 copy color: '#FAA412'

red 250 ◦ green 164 ◦ blue 18

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

Shades of Dark Tangerine #FAA412

Tints of Dark Tangerine #FAA412

RGB

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

 GREEN value IS 164 (64.45% from 255) = 37.96%

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

R = 57.87%
G = 37.96%
B = 4.17%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#FAA412 (or 0xFAA412) is known color: Dark Tangerine. HEX triplet: FA, A4 and 12. RGB value is (250,164,18). Sum of RGB (Red+Green+Blue) = 250+164+18=432 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.87% from 432); Green value is 164 (64.45% from 255 or 37.96% from 432); Blue value is 18 (7.42% from 255 or 4.17% from 432); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA412 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAA412 is #055BED. Grayscale: #ADADAD. Windows color (decimal): -351214 or 1221882. OLE color: 1221882.

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

Color convert

RGB 250 164 18 -
CMYK 0 0.34 0.93 0.02
HSL 37.76º 0.96% 0.53% -
HSV(B) 37.76º 0.93% 0.98% -
XYZ 52.81 46.92 6.85 -
YUV 173.07 40.49 182.87 -
System Red Green Blue C M Y K H S L
Decimal 250 164 18 0 0.34 0.93 0.02 37.76 0.96 0.53
Hex FA A4 12 0 22 5D 2 26 60 35
Octal 372 244 22 0 42 135 2 46 140 65
Binary 11111010 10100100 10010 0 100010 1011101 10 100110 1100000 110101

Color Harmonies of #FAA412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA412

Black with #FAA412

Text Example


Text Example

White with #FAA412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA412; }

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

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

background-color css

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

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

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

border-color css

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

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

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