#FF8B40

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

Shades of Sun #FF8B40

Tints of Sun #FF8B40

Color information

#FF8B40 (or 0xFF8B40) is unknown color: approx Sun. HEX triplet: FF, 8B and 40. RGB value is (255,139,64). Sum of RGB (Red+Green+Blue) = 255+139+64=458 (60% of max value = 765). Red value is 255 (100% from 255 or 55.68% from 458); Green value is 139 (54.69% from 255 or 30.35% from 458); Blue value is 64 (25.39% from 255 or 13.97% from 458); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8B40 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8B40 is #0074BF. Grayscale: #A5A5A5. Windows color (decimal): -29888 or 4230143. OLE color: 4230143.

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

Color convert

RGB25513964-
CMYK00.450.750
HSL23.56º100%62.55%-
HSV(B)23.56º74.9%100%-
XYZ51.440.19.88-
YUV165.1370.93192.1-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 55.68%
GREEN value IS 139 (54.69% from 255) = 30.35%
BLUE value IS 64 (25.39% from 255) = 13.97%
R=55.68%
G=30.35%
B=13.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.75
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551396400.450.75023.5610062.55
HexFF8B4002D4B018643f
Octal37721310005511303014477
Binary11111111100010111000000010110110010110110001100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8B40; }

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

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

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

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

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

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

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

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