#F78C40

Color #F78C40 Sun (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sun #F78C40

Tints of Sun #F78C40

Color information

#F78C40 (or 0xF78C40) is unknown color: approx Sun. HEX triplet: F7, 8C and 40. RGB value is (247,140,64). Sum of RGB (Red+Green+Blue) = 247+140+64=451 (59% of max value = 765). Red value is 247 (96.88% from 255 or 54.77% from 451); Green value is 140 (55.08% from 255 or 31.04% from 451); Blue value is 64 (25.39% from 255 or 14.19% from 451); Max value from RGB is 247 - color contains mainly: red. Hex color #F78C40 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F78C40 is #0873BF. Grayscale: #A3A3A3. Windows color (decimal): -553920 or 4230391. OLE color: 4230391.

HSL color Cylindrical-coordinate representation of color #F78C40: hue angle of 24.92º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F78C40 is Cyan = 0, Magento = 0.43, Yellow = 0.74 and Black (K on CMYK) = 0.03.

Color convert

RGB24714064-
CMYK00.430.740.03
HSL24.92º91.96%60.98%-
HSV(B)24.92º74.09%96.86%-
XYZ48.6638.99.79-
YUV163.3371.95187.68-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 54.77%
GREEN value IS 140 (55.08% from 255) = 31.04%
BLUE value IS 64 (25.39% from 255) = 14.19%
R=54.77%
G=31.04%
B=14.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.74
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2471406400.430.740.0324.9291.9660.98
HexF78C4002B4A3195c3d
Octal36721410005311233113475
Binary111101111000110010000000101011100101011110011011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F78C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F78C40; }

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

 H1.HeaderClassName
 {
   color: #F78C40;
 }
 .AnyTagClassName
 {
   color: #F78C40;
 }
</style>
background-color css

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

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

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

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

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

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