Html Css Color HEX #FCA54C Sunshade

📋 copy color: '#FCA54C'

red 252 ◦ green 165 ◦ blue 76

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

Shades of Sunshade #FCA54C

Tints of Sunshade #FCA54C

RGB

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

 GREEN value IS 165 (64.84% from 255) = 33.47%

 BLUE value IS 76 (30.08% from 255) = 15.42%

R = 51.12%
G = 33.47%
B = 15.42%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.70

 K value IS 0.01

RGB Variations

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

Color information

#FCA54C (or 0xFCA54C) is known color: Sunshade. HEX triplet: FC, A5 and 4C. RGB value is (252,165,76). Sum of RGB (Red+Green+Blue) = 252+165+76=493 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.12% from 493); Green value is 165 (64.84% from 255 or 33.47% from 493); Blue value is 76 (30.08% from 255 or 15.42% from 493); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA54C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCA54C is #035AB3. Grayscale: #B5B5B5. Windows color (decimal): -219828 or 5023228. OLE color: 5023228.

HSL color Cylindrical-coordinate representation of color #FCA54C: hue angle of 30.34º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FCA54C is Cyan = 0, Magento = 0.35, Yellow = 0.70 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 165 76 -
CMYK 0 0.35 0.70 0.01
HSL 30.34º 0.97% 0.64% -
HSV(B) 30.34º 0.7% 0.99% -
XYZ 54.9 48.13 13.23 -
YUV 180.87 68.82 178.74 -
System Red Green Blue C M Y K H S L
Decimal 252 165 76 0 0.35 0.70 0.01 30.34 0.97 0.64
Hex FC A5 4C 0 23 46 1 1E 61 40
Octal 374 245 114 0 43 106 1 36 141 100
Binary 11111100 10100101 1001100 0 100011 1000110 1 11110 1100001 1000000

Color Harmonies of #FCA54C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA54C

Black with #FCA54C

Text Example


Text Example

White with #FCA54C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA54C; }

 p { color: rgb(252,165,76); }

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

background-color css

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

 a { background-color: rgb(252,165,76); }

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

border-color css

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

 span { border-color: rgb(252,165,76); }

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