#f5832e

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

Shades of Sun #F5832E

Tints of Sun #F5832E

Color information

#F5832E (or 0xF5832E) is unknown color: approx Sun. HEX triplet: F5, 83 and 2E. RGB value is (245,131,46). Sum of RGB (Red+Green+Blue) = 245+131+46=422 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.06% from 422); Green value is 131 (51.56% from 255 or 31.04% from 422); Blue value is 46 (18.36% from 255 or 10.90% from 422); Max value from RGB is 245 - color contains mainly: red. Hex color #F5832E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5832E is #0A7CD1. Grayscale: #9B9B9B. Windows color (decimal): -687314 or 3048437. OLE color: 3048437.

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

Color convert

RGB24513146-
CMYK00.470.810.04
HSL25.63º90.87%57.06%-
HSV(B)25.63º81.22%96.08%-
XYZ46.2735.847.06-
YUV155.466.27191.91-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 58.06%
GREEN value IS 131 (51.56% from 255) = 31.04%
BLUE value IS 46 (18.36% from 255) = 10.90%
R=58.06%
G=31.04%
B=10.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.81
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451314600.470.810.0425.6390.8757.06
HexF5832E02F5141a5b39
Octal3652035605712143213371
Binary111101011000001110111001011111010001100110101011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f5832e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f5832e; }

 p { color: rgb(245,131,46); }

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

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

 a { background-color: rgb(245,131,46); }

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

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

 span { border-color: rgb(245,131,46); }

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