Html Css Color HEX #FC9540 Sunshade

📋 copy color: '#FC9540'

red 252 ◦ green 149 ◦ blue 64

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

Shades of Sunshade #FC9540

Tints of Sunshade #FC9540

RGB

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

 GREEN value IS 149 (58.59% from 255) = 32.04%

 BLUE value IS 64 (25.39% from 255) = 13.76%

R = 54.19%
G = 32.04%
B = 13.76%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#FC9540 (or 0xFC9540) is known color: Sunshade. HEX triplet: FC, 95 and 40. RGB value is (252,149,64). Sum of RGB (Red+Green+Blue) = 252+149+64=465 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.19% from 465); Green value is 149 (58.59% from 255 or 32.04% from 465); Blue value is 64 (25.39% from 255 or 13.76% from 465); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9540 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC9540 is #036ABF. Grayscale: #AAAAAA. Windows color (decimal): -223936 or 4232700. OLE color: 4232700.

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

Color convert

RGB 252 149 64 -
CMYK 0 0.41 0.75 0.01
HSL 27.13º 0.97% 0.62% -
HSV(B) 27.13º 0.75% 0.99% -
XYZ 51.82 42.56 10.33 -
YUV 170.11 68.12 186.41 -
System Red Green Blue C M Y K H S L
Decimal 252 149 64 0 0.41 0.75 0.01 27.13 0.97 0.62
Hex FC 95 40 0 29 4B 1 1B 61 3E
Octal 374 225 100 0 51 113 1 33 141 76
Binary 11111100 10010101 1000000 0 101001 1001011 1 11011 1100001 111110

Color Harmonies of #FC9540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9540

Black with #FC9540

Text Example


Text Example

White with #FC9540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9540; }

 p { color: rgb(252,149,64); }

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

background-color css

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

 a { background-color: rgb(252,149,64); }

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

border-color css

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

 span { border-color: rgb(252,149,64); }

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