Html Css Color HEX #FC9C50 Sunshade

📋 copy color: '#FC9C50'

red 252 ◦ green 156 ◦ blue 80

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

Shades of Sunshade #FC9C50

Tints of Sunshade #FC9C50

RGB

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

 GREEN value IS 156 (61.33% from 255) = 31.97%

 BLUE value IS 80 (31.64% from 255) = 16.39%

R = 51.64%
G = 31.97%
B = 16.39%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.68

 K value IS 0.01

RGB Variations

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

Color information

#FC9C50 (or 0xFC9C50) is known color: Sunshade. HEX triplet: FC, 9C and 50. RGB value is (252,156,80). Sum of RGB (Red+Green+Blue) = 252+156+80=488 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.64% from 488); Green value is 156 (61.33% from 255 or 31.97% from 488); Blue value is 80 (31.64% from 255 or 16.39% from 488); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9C50 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC9C50 is #0363AF. Grayscale: #B0B0B0. Windows color (decimal): -222128 or 5283068. OLE color: 5283068.

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

Color convert

RGB 252 156 80 -
CMYK 0 0.38 0.68 0.01
HSL 26.51º 0.97% 0.65% -
HSV(B) 26.51º 0.68% 0.99% -
XYZ 53.48 45.05 13.47 -
YUV 176.04 73.8 182.18 -
System Red Green Blue C M Y K H S L
Decimal 252 156 80 0 0.38 0.68 0.01 26.51 0.97 0.65
Hex FC 9C 50 0 26 44 1 1B 61 41
Octal 374 234 120 0 46 104 1 33 141 101
Binary 11111100 10011100 1010000 0 100110 1000100 1 11011 1100001 1000001

Color Harmonies of #FC9C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9C50

Black with #FC9C50

Text Example


Text Example

White with #FC9C50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9C50; }

 p { color: rgb(252,156,80); }

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

background-color css

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

 a { background-color: rgb(252,156,80); }

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

border-color css

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

 span { border-color: rgb(252,156,80); }

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