Html Css Color HEX #FC8C40 Sun

📋 copy color: '#FC8C40'

red 252 ◦ green 140 ◦ blue 64

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

Shades of Sun #FC8C40

Tints of Sun #FC8C40

RGB

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

 GREEN value IS 140 (55.08% from 255) = 30.7%

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

R = 55.26%
G = 30.7%
B = 14.04%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#FC8C40 (or 0xFC8C40) is known color: Sun. HEX triplet: FC, 8C and 40. RGB value is (252,140,64). Sum of RGB (Red+Green+Blue) = 252+140+64=456 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.26% from 456); Green value is 140 (55.08% from 255 or 30.70% from 456); Blue value is 64 (25.39% from 255 or 14.04% from 456); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8C40 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC8C40 is #0373BF. Grayscale: #A5A5A5. Windows color (decimal): -226240 or 4230396. OLE color: 4230396.

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

Color convert

RGB 252 140 64 -
CMYK 0 0.44 0.75 0.01
HSL 24.26º 0.97% 0.62% -
HSV(B) 24.26º 0.75% 0.99% -
XYZ 50.45 39.82 9.88 -
YUV 164.82 71.11 190.18 -
System Red Green Blue C M Y K H S L
Decimal 252 140 64 0 0.44 0.75 0.01 24.26 0.97 0.62
Hex FC 8C 40 0 2C 4B 1 18 61 3E
Octal 374 214 100 0 54 113 1 30 141 76
Binary 11111100 10001100 1000000 0 101100 1001011 1 11000 1100001 111110

Color Harmonies of #FC8C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8C40

Black with #FC8C40

Text Example


Text Example

White with #FC8C40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8C40; }

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

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

background-color css

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

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

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

border-color css

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

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

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