Html Css Color HEX #FC9048 Sunshade

📋 copy color: '#FC9048'

red 252 ◦ green 144 ◦ blue 72

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

Shades of Sunshade #FC9048

Tints of Sunshade #FC9048

RGB

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

 GREEN value IS 144 (56.64% from 255) = 30.77%

 BLUE value IS 72 (28.52% from 255) = 15.38%

R = 53.85%
G = 30.77%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#FC9048 (or 0xFC9048) is known color: Sunshade. HEX triplet: FC, 90 and 48. RGB value is (252,144,72). Sum of RGB (Red+Green+Blue) = 252+144+72=468 (61% of max value = 765). Red value is 252 (98.83% from 255 or 53.85% from 468); Green value is 144 (56.64% from 255 or 30.77% from 468); Blue value is 72 (28.52% from 255 or 15.38% from 468); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9048 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC9048 is #036FB7. Grayscale: #A8A8A8. Windows color (decimal): -225208 or 4755708. OLE color: 4755708.

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

Color convert

RGB 252 144 72 -
CMYK 0 0.43 0.71 0.01
HSL 24º 0.97% 0.64% -
HSV(B) 24º 0.71% 0.99% -
XYZ 51.29 41.11 11.36 -
YUV 168.08 73.78 187.85 -
System Red Green Blue C M Y K H S L
Decimal 252 144 72 0 0.43 0.71 0.01 24 0.97 0.64
Hex FC 90 48 0 2B 47 1 18 61 40
Octal 374 220 110 0 53 107 1 30 141 100
Binary 11111100 10010000 1001000 0 101011 1000111 1 11000 1100001 1000000

Color Harmonies of #FC9048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9048

Black with #FC9048

Text Example


Text Example

White with #FC9048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9048; }

 p { color: rgb(252,144,72); }

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

background-color css

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

 a { background-color: rgb(252,144,72); }

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

border-color css

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

 span { border-color: rgb(252,144,72); }

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