#F5913D

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

Shades of Sun #F5913D

Tints of Sun #F5913D

Color information

#F5913D (or 0xF5913D) is unknown color: approx Sun. HEX triplet: F5, 91 and 3D. RGB value is (245,145,61). Sum of RGB (Red+Green+Blue) = 245+145+61=451 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.32% from 451); Green value is 145 (57.03% from 255 or 32.15% from 451); Blue value is 61 (24.22% from 255 or 13.53% from 451); Max value from RGB is 245 - color contains mainly: red. Hex color #F5913D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5913D is #0A6EC2. Grayscale: #A5A5A5. Windows color (decimal): -683715 or 4035061. OLE color: 4035061.

HSL color Cylindrical-coordinate representation of color #F5913D: hue angle of 27.39º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F5913D is Cyan = 0, Magento = 0.41, Yellow = 0.75 and Black (K on CMYK) = 0.04.

Color convert

RGB24514561-
CMYK00.410.750.04
HSL27.39º90.2%60%-
HSV(B)27.39º75.1%96.08%-
XYZ48.62409.57-
YUV165.3269.13184.83-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 54.32%
GREEN value IS 145 (57.03% from 255) = 32.15%
BLUE value IS 61 (24.22% from 255) = 13.53%
R=54.32%
G=32.15%
B=13.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.75
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451456100.410.750.0427.3990.260
HexF5913D0294B41b5a3c
Octal3652217505111343313274
Binary111101011001000111110101010011001011100110111011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5913D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5913D; }

 p { color: rgb(245,145,61); }

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

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

 a { background-color: rgb(245,145,61); }

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

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

 span { border-color: rgb(245,145,61); }

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