Html Css Color HEX #FCA355 Sunshade

📋 copy color: '#FCA355'

red 252 ◦ green 163 ◦ blue 85

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

Shades of Sunshade #FCA355

Tints of Sunshade #FCA355

RGB

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

 GREEN value IS 163 (64.06% from 255) = 32.6%

 BLUE value IS 85 (33.59% from 255) = 17%

R = 50.4%
G = 32.6%
B = 17%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.66

 K value IS 0.01

RGB Variations

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

Color information

#FCA355 (or 0xFCA355) is known color: Sunshade. HEX triplet: FC, A3 and 55. RGB value is (252,163,85). Sum of RGB (Red+Green+Blue) = 252+163+85=500 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.4% from 500); Green value is 163 (64.06% from 255 or 32.6% from 500); Blue value is 85 (33.59% from 255 or 17% from 500); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA355 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCA355 is #035CAA. Grayscale: #B5B5B5. Windows color (decimal): -220331 or 5612540. OLE color: 5612540.

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

Color convert

RGB 252 163 85 -
CMYK 0 0.35 0.66 0.01
HSL 28.02º 0.97% 0.66% -
HSV(B) 28.02º 0.66% 0.99% -
XYZ 54.88 47.55 14.88 -
YUV 180.72 73.99 178.84 -
System Red Green Blue C M Y K H S L
Decimal 252 163 85 0 0.35 0.66 0.01 28.02 0.97 0.66
Hex FC A3 55 0 23 42 1 1C 61 42
Octal 374 243 125 0 43 102 1 34 141 102
Binary 11111100 10100011 1010101 0 100011 1000010 1 11100 1100001 1000010

Color Harmonies of #FCA355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA355

Black with #FCA355

Text Example


Text Example

White with #FCA355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA355; }

 p { color: rgb(252,163,85); }

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

background-color css

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

 a { background-color: rgb(252,163,85); }

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

border-color css

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

 span { border-color: rgb(252,163,85); }

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