#FF8C3C

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

Shades of Sun #FF8C3C

Tints of Sun #FF8C3C

Color information

#FF8C3C (or 0xFF8C3C) is unknown color: approx Sun. HEX triplet: FF, 8C and 3C. RGB value is (255,140,60). Sum of RGB (Red+Green+Blue) = 255+140+60=455 (60% of max value = 765). Red value is 255 (100% from 255 or 56.04% from 455); Green value is 140 (55.08% from 255 or 30.77% from 455); Blue value is 60 (23.83% from 255 or 13.19% from 455); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8C3C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8C3C is #0073C3. Grayscale: #A5A5A5. Windows color (decimal): -29636 or 3968255. OLE color: 3968255.

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

Color convert

RGB25514060-
CMYK00.450.760
HSL24.62º100%61.76%-
HSV(B)24.62º76.47%100%-
XYZ51.4340.349.35-
YUV165.2668.6192-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 56.04%
GREEN value IS 140 (55.08% from 255) = 30.77%
BLUE value IS 60 (23.83% from 255) = 13.19%
R=56.04%
G=30.77%
B=13.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.76
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551406000.450.76024.6210061.76
HexFF8C3C02D4C019643e
Octal3772147405511403114476
Binary1111111110001100111100010110110011000110011100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8C3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8C3C; }

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

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

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

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

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

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

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

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