Html Css Color HEX #FAAC0A Dark Tangerine

📋 copy color: '#FAAC0A'

red 250 ◦ green 172 ◦ blue 10

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

Shades of Dark Tangerine #FAAC0A

Tints of Dark Tangerine #FAAC0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.31%

R = 57.87%
G = 39.81%
B = 2.31%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#FAAC0A (or 0xFAAC0A) is known color: Dark Tangerine. HEX triplet: FA, AC and 0A. RGB value is (250,172,10). Sum of RGB (Red+Green+Blue) = 250+172+10=432 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.87% from 432); Green value is 172 (67.58% from 255 or 39.81% from 432); Blue value is 10 (4.30% from 255 or 2.31% from 432); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAC0A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAAC0A is #0553F5. Grayscale: #B1B1B1. Windows color (decimal): -349174 or 699642. OLE color: 699642.

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

Color convert

RGB 250 172 10 -
CMYK 0 0.31 0.96 0.02
HSL 40.5º 0.96% 0.51% -
HSV(B) 40.5º 0.96% 0.98% -
XYZ 54.23 49.85 7.05 -
YUV 176.85 33.84 180.17 -
System Red Green Blue C M Y K H S L
Decimal 250 172 10 0 0.31 0.96 0.02 40.5 0.96 0.51
Hex FA AC A 0 1F 60 2 28 60 33
Octal 372 254 12 0 37 140 2 50 140 63
Binary 11111010 10101100 1010 0 11111 1100000 10 101000 1100000 110011

Color Harmonies of #FAAC0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAC0A

Black with #FAAC0A

Text Example


Text Example

White with #FAAC0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAC0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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