Html Css Color HEX #FAAC12 Dark Tangerine

📋 copy color: '#FAAC12'

red 250 ◦ green 172 ◦ blue 18

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

Shades of Dark Tangerine #FAAC12

Tints of Dark Tangerine #FAAC12

RGB

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

 GREEN value IS 172 (67.58% from 255) = 39.09%

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

R = 56.82%
G = 39.09%
B = 4.09%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#FAAC12 (or 0xFAAC12) is known color: Dark Tangerine. HEX triplet: FA, AC and 12. RGB value is (250,172,18). Sum of RGB (Red+Green+Blue) = 250+172+18=440 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.82% from 440); Green value is 172 (67.58% from 255 or 39.09% from 440); Blue value is 18 (7.42% from 255 or 4.09% from 440); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAC12 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAAC12 is #0553ED. Grayscale: #B2B2B2. Windows color (decimal): -349166 or 1223930. OLE color: 1223930.

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

Color convert

RGB 250 172 18 -
CMYK 0 0.31 0.93 0.02
HSL 39.83º 0.96% 0.53% -
HSV(B) 39.83º 0.93% 0.98% -
XYZ 54.29 49.87 7.34 -
YUV 177.77 37.84 179.52 -
System Red Green Blue C M Y K H S L
Decimal 250 172 18 0 0.31 0.93 0.02 39.83 0.96 0.53
Hex FA AC 12 0 1F 5D 2 28 60 35
Octal 372 254 22 0 37 135 2 50 140 65
Binary 11111010 10101100 10010 0 11111 1011101 10 101000 1100000 110101

Color Harmonies of #FAAC12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAC12

Black with #FAAC12

Text Example


Text Example

White with #FAAC12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAC12; }

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

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

background-color css

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

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

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

border-color css

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

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

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