Html Css Color HEX #FC9350 Sunshade

📋 copy color: '#FC9350'

red 252 ◦ green 147 ◦ blue 80

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

Shades of Sunshade #FC9350

Tints of Sunshade #FC9350

RGB

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

 GREEN value IS 147 (57.81% from 255) = 30.69%

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

R = 52.61%
G = 30.69%
B = 16.7%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.68

 K value IS 0.01

RGB Variations

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

Color information

#FC9350 (or 0xFC9350) is known color: Sunshade. HEX triplet: FC, 93 and 50. RGB value is (252,147,80). Sum of RGB (Red+Green+Blue) = 252+147+80=479 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.61% from 479); Green value is 147 (57.81% from 255 or 30.69% from 479); Blue value is 80 (31.64% from 255 or 16.70% from 479); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9350 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC9350 is #036CAF. Grayscale: #ABABAB. Windows color (decimal): -224432 or 5280764. OLE color: 5280764.

HSL color Cylindrical-coordinate representation of color #FC9350: hue angle of 23.37º 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 #FC9350 is Cyan = 0, Magento = 0.42, Yellow = 0.68 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 147 80 -
CMYK 0 0.42 0.68 0.01
HSL 23.37º 0.97% 0.65% -
HSV(B) 23.37º 0.68% 0.99% -
XYZ 52.03 42.14 12.98 -
YUV 170.76 76.79 185.95 -
System Red Green Blue C M Y K H S L
Decimal 252 147 80 0 0.42 0.68 0.01 23.37 0.97 0.65
Hex FC 93 50 0 2A 44 1 17 61 41
Octal 374 223 120 0 52 104 1 27 141 101
Binary 11111100 10010011 1010000 0 101010 1000100 1 10111 1100001 1000001

Color Harmonies of #FC9350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9350

Black with #FC9350

Text Example


Text Example

White with #FC9350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9350; }

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

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

background-color css

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

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

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

border-color css

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

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

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