Html Css Color HEX #FC9F42 Sunshade

📋 copy color: '#FC9F42'

red 252 ◦ green 159 ◦ blue 66

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

Shades of Sunshade #FC9F42

Tints of Sunshade #FC9F42

RGB

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

 GREEN value IS 159 (62.5% from 255) = 33.33%

 BLUE value IS 66 (26.17% from 255) = 13.84%

R = 52.83%
G = 33.33%
B = 13.84%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.74

 K value IS 0.01

RGB Variations

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

Color information

#FC9F42 (or 0xFC9F42) is known color: Sunshade. HEX triplet: FC, 9F and 42. RGB value is (252,159,66). Sum of RGB (Red+Green+Blue) = 252+159+66=477 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.83% from 477); Green value is 159 (62.5% from 255 or 33.33% from 477); Blue value is 66 (26.17% from 255 or 13.84% from 477); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9F42 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC9F42 is #0360BD. Grayscale: #B0B0B0. Windows color (decimal): -221374 or 4366332. OLE color: 4366332.

HSL color Cylindrical-coordinate representation of color #FC9F42: 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.74%. Process color model (Four color, CMYK) of #FC9F42 is Cyan = 0, Magento = 0.37, Yellow = 0.74 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 159 66 -
CMYK 0 0.37 0.74 0.01
HSL 30º 0.97% 0.62% -
HSV(B) 30º 0.74% 0.99% -
XYZ 53.53 45.89 11.19 -
YUV 176.21 65.81 182.06 -
System Red Green Blue C M Y K H S L
Decimal 252 159 66 0 0.37 0.74 0.01 30 0.97 0.62
Hex FC 9F 42 0 25 4A 1 1E 61 3E
Octal 374 237 102 0 45 112 1 36 141 76
Binary 11111100 10011111 1000010 0 100101 1001010 1 11110 1100001 111110

Color Harmonies of #FC9F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9F42

Black with #FC9F42

Text Example


Text Example

White with #FC9F42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9F42; }

 p { color: rgb(252,159,66); }

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

background-color css

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

 a { background-color: rgb(252,159,66); }

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

border-color css

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

 span { border-color: rgb(252,159,66); }

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