Html Css Color HEX #FCAA1D Dark Tangerine

📋 copy color: '#FCAA1D'

red 252 ◦ green 170 ◦ blue 29

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

Shades of Dark Tangerine #FCAA1D

Tints of Dark Tangerine #FCAA1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 6.43%

R = 55.88%
G = 37.69%
B = 6.43%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#FCAA1D (or 0xFCAA1D) is known color: Dark Tangerine. HEX triplet: FC, AA and 1D. RGB value is (252,170,29). Sum of RGB (Red+Green+Blue) = 252+170+29=451 (59% of max value = 765). Red value is 252 (98.83% from 255 or 55.88% from 451); Green value is 170 (66.80% from 255 or 37.69% from 451); Blue value is 29 (11.72% from 255 or 6.43% from 451); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAA1D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCAA1D is #0355E2. Grayscale: #B3B3B3. Windows color (decimal): -218595 or 1944316. OLE color: 1944316.

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

Color convert

RGB 252 170 29 -
CMYK 0 0.33 0.88 0.01
HSL 37.94º 0.97% 0.55% -
HSV(B) 37.94º 0.88% 0.99% -
XYZ 54.74 49.53 7.84 -
YUV 178.44 43.67 180.46 -
System Red Green Blue C M Y K H S L
Decimal 252 170 29 0 0.33 0.88 0.01 37.94 0.97 0.55
Hex FC AA 1D 0 21 58 1 26 61 37
Octal 374 252 35 0 41 130 1 46 141 67
Binary 11111100 10101010 11101 0 100001 1011000 1 100110 1100001 110111

Color Harmonies of #FCAA1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAA1D

Black with #FCAA1D

Text Example


Text Example

White with #FCAA1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAA1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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