Html Css Color HEX #FC9040 Sun

📋 copy color: '#FC9040'

red 252 ◦ green 144 ◦ blue 64

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

Shades of Sun #FC9040

Tints of Sun #FC9040

RGB

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

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

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

R = 54.78%
G = 31.3%
B = 13.91%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#FC9040 (or 0xFC9040) is known color: Sun. HEX triplet: FC, 90 and 40. RGB value is (252,144,64). Sum of RGB (Red+Green+Blue) = 252+144+64=460 (60% of max value = 765). Red value is 252 (98.83% from 255 or 54.78% from 460); Green value is 144 (56.64% from 255 or 31.30% from 460); Blue value is 64 (25.39% from 255 or 13.91% from 460); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9040 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC9040 is #036FBF. Grayscale: #A7A7A7. Windows color (decimal): -225216 or 4231420. OLE color: 4231420.

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

Color convert

RGB 252 144 64 -
CMYK 0 0.43 0.75 0.01
HSL 25.53º 0.97% 0.62% -
HSV(B) 25.53º 0.75% 0.99% -
XYZ 51.04 41.01 10.08 -
YUV 167.17 69.78 188.5 -
System Red Green Blue C M Y K H S L
Decimal 252 144 64 0 0.43 0.75 0.01 25.53 0.97 0.62
Hex FC 90 40 0 2B 4B 1 1A 61 3E
Octal 374 220 100 0 53 113 1 32 141 76
Binary 11111100 10010000 1000000 0 101011 1001011 1 11010 1100001 111110

Color Harmonies of #FC9040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9040

Black with #FC9040

Text Example


Text Example

White with #FC9040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9040; }

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

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

background-color css

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

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

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

border-color css

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

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

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