#FF8C40

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

Shades of Sun #FF8C40

Tints of Sun #FF8C40

Color information

#FF8C40 (or 0xFF8C40) is unknown color: approx Sun. HEX triplet: FF, 8C and 40. RGB value is (255,140,64). Sum of RGB (Red+Green+Blue) = 255+140+64=459 (60% of max value = 765). Red value is 255 (100% from 255 or 55.56% from 459); Green value is 140 (55.08% from 255 or 30.50% from 459); Blue value is 64 (25.39% from 255 or 13.94% from 459); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8C40 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8C40 is #0073BF. Grayscale: #A6A6A6. Windows color (decimal): -29632 or 4230399. OLE color: 4230399.

HSL color Cylindrical-coordinate representation of color #FF8C40: hue angle of 23.87º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FF8C40 is Cyan = 0, Magento = 0.45, Yellow = 0.75 and Black (K on CMYK) = 0.

Color convert

RGB25514064-
CMYK00.450.750
HSL23.87º100%62.55%-
HSV(B)23.87º74.9%100%-
XYZ51.5440.399.93-
YUV165.7270.6191.68-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 55.56%
GREEN value IS 140 (55.08% from 255) = 30.50%
BLUE value IS 64 (25.39% from 255) = 13.94%
R=55.56%
G=30.50%
B=13.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.75
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551406400.450.75023.8710062.55
HexFF8C4002D4B018643f
Octal37721410005511303014477
Binary11111111100011001000000010110110010110110001100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8C40; }

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

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

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

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

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

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

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

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