#F58B31

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

Shades of Sun #F58B31

Tints of Sun #F58B31

Color information

#F58B31 (or 0xF58B31) is unknown color: approx Sun. HEX triplet: F5, 8B and 31. RGB value is (245,139,49). Sum of RGB (Red+Green+Blue) = 245+139+49=433 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.58% from 433); Green value is 139 (54.69% from 255 or 32.10% from 433); Blue value is 49 (19.53% from 255 or 11.32% from 433); Max value from RGB is 245 - color contains mainly: red. Hex color #F58B31 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F58B31 is #0A74CE. Grayscale: #A0A0A0. Windows color (decimal): -685263 or 3247093. OLE color: 3247093.

HSL color Cylindrical-coordinate representation of color #F58B31: hue angle of 27.55º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F58B31 is Cyan = 0, Magento = 0.43, Yellow = 0.8 and Black (K on CMYK) = 0.04.

Color convert

RGB24513949-
CMYK00.430.80.04
HSL27.55º90.74%57.65%-
HSV(B)27.55º80%96.08%-
XYZ47.4438.17.76-
YUV160.4365.12188.32-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 56.58%
GREEN value IS 139 (54.69% from 255) = 32.10%
BLUE value IS 49 (19.53% from 255) = 11.32%
R=56.58%
G=32.10%
B=11.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.8
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451394900.430.80.0427.5590.7457.65
HexF58B3102B5041c5b3a
Octal3652136105312043413372
Binary111101011000101111000101010111010000100111001011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F58B31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F58B31; }

 p { color: rgb(245,139,49); }

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

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

 a { background-color: rgb(245,139,49); }

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

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

 span { border-color: rgb(245,139,49); }

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