Html Css Color HEX #FC9E40 Sunshade

📋 copy color: '#FC9E40'

red 252 ◦ green 158 ◦ blue 64

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

Shades of Sunshade #FC9E40

Tints of Sunshade #FC9E40

RGB

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

 GREEN value IS 158 (62.11% from 255) = 33.33%

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

R = 53.16%
G = 33.33%
B = 13.5%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#FC9E40 (or 0xFC9E40) is known color: Sunshade. HEX triplet: FC, 9E and 40. RGB value is (252,158,64). Sum of RGB (Red+Green+Blue) = 252+158+64=474 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.16% from 474); Green value is 158 (62.11% from 255 or 33.33% from 474); Blue value is 64 (25.39% from 255 or 13.50% from 474); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9E40 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC9E40 is #0361BF. Grayscale: #AFAFAF. Windows color (decimal): -221632 or 4235004. OLE color: 4235004.

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

Color convert

RGB 252 158 64 -
CMYK 0 0.37 0.75 0.01
HSL 30º 0.97% 0.62% -
HSV(B) 30º 0.75% 0.99% -
XYZ 53.3 45.52 10.83 -
YUV 175.39 65.14 182.64 -
System Red Green Blue C M Y K H S L
Decimal 252 158 64 0 0.37 0.75 0.01 30 0.97 0.62
Hex FC 9E 40 0 25 4B 1 1E 61 3E
Octal 374 236 100 0 45 113 1 36 141 76
Binary 11111100 10011110 1000000 0 100101 1001011 1 11110 1100001 111110

Color Harmonies of #FC9E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9E40

Black with #FC9E40

Text Example


Text Example

White with #FC9E40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9E40; }

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

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

background-color css

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

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

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

border-color css

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

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

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