Html Css Color HEX #FAA00C Dark Tangerine

📋 copy color: '#FAA00C'

red 250 ◦ green 160 ◦ blue 12

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

Shades of Dark Tangerine #FAA00C

Tints of Dark Tangerine #FAA00C

RGB

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

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

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

R = 59.24%
G = 37.91%
B = 2.84%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#FAA00C (or 0xFAA00C) is known color: Dark Tangerine. HEX triplet: FA, A0 and 0C. RGB value is (250,160,12). Sum of RGB (Red+Green+Blue) = 250+160+12=422 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.24% from 422); Green value is 160 (62.89% from 255 or 37.91% from 422); Blue value is 12 (5.08% from 255 or 2.84% from 422); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA00C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAA00C is #055FF3. Grayscale: #AAAAAA. Windows color (decimal): -352244 or 827642. OLE color: 827642.

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

Color convert

RGB 250 160 12 -
CMYK 0 0.36 0.95 0.02
HSL 37.31º 0.96% 0.51% -
HSV(B) 37.31º 0.95% 0.98% -
XYZ 52.06 45.49 6.38 -
YUV 170.04 38.82 185.03 -
System Red Green Blue C M Y K H S L
Decimal 250 160 12 0 0.36 0.95 0.02 37.31 0.96 0.51
Hex FA A0 C 0 24 5F 2 25 60 33
Octal 372 240 14 0 44 137 2 45 140 63
Binary 11111010 10100000 1100 0 100100 1011111 10 100101 1100000 110011

Color Harmonies of #FAA00C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA00C

Black with #FAA00C

Text Example


Text Example

White with #FAA00C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA00C; }

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

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

background-color css

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

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

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

border-color css

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

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

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