Html Css Color HEX #FCAA1C Dark Tangerine

📋 copy color: '#FCAA1C'

red 252 ◦ green 170 ◦ blue 28

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

Shades of Dark Tangerine #FCAA1C

Tints of Dark Tangerine #FCAA1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.22%

R = 56%
G = 37.78%
B = 6.22%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#FCAA1C (or 0xFCAA1C) is known color: Dark Tangerine. HEX triplet: FC, AA and 1C. RGB value is (252,170,28). Sum of RGB (Red+Green+Blue) = 252+170+28=450 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56% from 450); Green value is 170 (66.80% from 255 or 37.78% from 450); Blue value is 28 (11.33% from 255 or 6.22% from 450); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAA1C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCAA1C is #0355E3. Grayscale: #B2B2B2. Windows color (decimal): -218596 or 1878780. OLE color: 1878780.

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

Color convert

RGB 252 170 28 -
CMYK 0 0.33 0.89 0.01
HSL 38.04º 0.97% 0.55% -
HSV(B) 38.04º 0.89% 0.99% -
XYZ 54.73 49.53 7.77 -
YUV 178.33 43.17 180.55 -
System Red Green Blue C M Y K H S L
Decimal 252 170 28 0 0.33 0.89 0.01 38.04 0.97 0.55
Hex FC AA 1C 0 21 59 1 26 61 37
Octal 374 252 34 0 41 131 1 46 141 67
Binary 11111100 10101010 11100 0 100001 1011001 1 100110 1100001 110111

Color Harmonies of #FCAA1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAA1C

Black with #FCAA1C

Text Example


Text Example

White with #FCAA1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAA1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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