Html Css Color HEX #FCAA14 Dark Tangerine

📋 copy color: '#FCAA14'

red 252 ◦ green 170 ◦ blue 20

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

Shades of Dark Tangerine #FCAA14

Tints of Dark Tangerine #FCAA14

RGB

 RED value IS 252 (98.83% from 255) = 57.01%

 GREEN value IS 170 (66.8% from 255) = 38.46%

 BLUE value IS 20 (8.2% from 255) = 4.52%

R = 57.01%
G = 38.46%
B = 4.52%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FCAA14 (or 0xFCAA14) is known color: Dark Tangerine. HEX triplet: FC, AA and 14. RGB value is (252,170,20). Sum of RGB (Red+Green+Blue) = 252+170+20=442 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.01% from 442); Green value is 170 (66.80% from 255 or 38.46% from 442); Blue value is 20 (8.20% from 255 or 4.52% from 442); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAA14 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FCAA14 is #0355EB. Grayscale: #B2B2B2. Windows color (decimal): -218604 or 1354492. OLE color: 1354492.

HSL color Cylindrical-coordinate representation of color #FCAA14: hue angle of 38.79º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FCAA14 is Cyan = 0, Magento = 0.33, Yellow = 0.92 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 170 20 -
CMYK 0 0.33 0.92 0.01
HSL 38.79º 0.97% 0.53% -
HSV(B) 38.79º 0.92% 0.99% -
XYZ 54.65 49.5 7.34 -
YUV 177.42 39.17 181.2 -
System Red Green Blue C M Y K H S L
Decimal 252 170 20 0 0.33 0.92 0.01 38.79 0.97 0.53
Hex FC AA 14 0 21 5C 1 27 61 35
Octal 374 252 24 0 41 134 1 47 141 65
Binary 11111100 10101010 10100 0 100001 1011100 1 100111 1100001 110101

Color Harmonies of #FCAA14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAA14

Black with #FCAA14

Text Example


Text Example

White with #FCAA14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAA14; }

 p { color: rgb(252,170,20); }

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

background-color css

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

 a { background-color: rgb(252,170,20); }

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

border-color css

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

 span { border-color: rgb(252,170,20); }

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