Html Css Color HEX #FAAC0C Dark Tangerine

📋 copy color: '#FAAC0C'

red 250 ◦ green 172 ◦ blue 12

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

Shades of Dark Tangerine #FAAC0C

Tints of Dark Tangerine #FAAC0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.76%

R = 57.6%
G = 39.63%
B = 2.76%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#FAAC0C (or 0xFAAC0C) is known color: Dark Tangerine. HEX triplet: FA, AC and 0C. RGB value is (250,172,12). Sum of RGB (Red+Green+Blue) = 250+172+12=434 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.60% from 434); Green value is 172 (67.58% from 255 or 39.63% from 434); Blue value is 12 (5.08% from 255 or 2.76% from 434); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAC0C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAAC0C is #0553F3. Grayscale: #B1B1B1. Windows color (decimal): -349172 or 830714. OLE color: 830714.

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

Color convert

RGB 250 172 12 -
CMYK 0 0.31 0.95 0.02
HSL 40.34º 0.96% 0.51% -
HSV(B) 40.34º 0.95% 0.98% -
XYZ 54.24 49.86 7.11 -
YUV 177.08 34.84 180.01 -
System Red Green Blue C M Y K H S L
Decimal 250 172 12 0 0.31 0.95 0.02 40.34 0.96 0.51
Hex FA AC C 0 1F 5F 2 28 60 33
Octal 372 254 14 0 37 137 2 50 140 63
Binary 11111010 10101100 1100 0 11111 1011111 10 101000 1100000 110011

Color Harmonies of #FAAC0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAC0C

Black with #FAAC0C

Text Example


Text Example

White with #FAAC0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAC0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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