Html Css Color HEX #FCAA19 Dark Tangerine

📋 copy color: '#FCAA19'

red 252 ◦ green 170 ◦ blue 25

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

Shades of Dark Tangerine #FCAA19

Tints of Dark Tangerine #FCAA19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 5.59%

R = 56.38%
G = 38.03%
B = 5.59%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FCAA19 (or 0xFCAA19) is known color: Dark Tangerine. HEX triplet: FC, AA and 19. RGB value is (252,170,25). Sum of RGB (Red+Green+Blue) = 252+170+25=447 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.38% from 447); Green value is 170 (66.80% from 255 or 38.03% from 447); Blue value is 25 (10.16% from 255 or 5.59% from 447); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAA19 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FCAA19 is #0355E6. Grayscale: #B2B2B2. Windows color (decimal): -218599 or 1682172. OLE color: 1682172.

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

Color convert

RGB 252 170 25 -
CMYK 0 0.33 0.90 0.01
HSL 38.33º 0.97% 0.54% -
HSV(B) 38.33º 0.9% 0.99% -
XYZ 54.7 49.52 7.59 -
YUV 177.99 41.67 180.79 -
System Red Green Blue C M Y K H S L
Decimal 252 170 25 0 0.33 0.90 0.01 38.33 0.97 0.54
Hex FC AA 19 0 21 5A 1 26 61 36
Octal 374 252 31 0 41 132 1 46 141 66
Binary 11111100 10101010 11001 0 100001 1011010 1 100110 1100001 110110

Color Harmonies of #FCAA19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAA19

Black with #FCAA19

Text Example


Text Example

White with #FCAA19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAA19; }

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

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

background-color css

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

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

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

border-color css

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

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

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