#F19532

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

Shades of Sun #F19532

Tints of Sun #F19532

Color information

#F19532 (or 0xF19532) is unknown color: approx Sun. HEX triplet: F1, 95 and 32. RGB value is (241,149,50). Sum of RGB (Red+Green+Blue) = 241+149+50=440 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.77% from 440); Green value is 149 (58.59% from 255 or 33.86% from 440); Blue value is 50 (19.92% from 255 or 11.36% from 440); Max value from RGB is 241 - color contains mainly: red. Hex color #F19532 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F19532 is #0E6ACD. Grayscale: #A5A5A5. Windows color (decimal): -944846 or 3315185. OLE color: 3315185.

HSL color Cylindrical-coordinate representation of color #F19532: hue angle of 31.1º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F19532 is Cyan = 0, Magento = 0.38, Yellow = 0.79 and Black (K on CMYK) = 0.05.

Color convert

RGB24114950-
CMYK00.380.790.05
HSL31.1º87.21%57.06%-
HSV(B)31.1º79.25%94.51%-
XYZ47.640.438.31-
YUV165.2262.98182.05-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 54.77%
GREEN value IS 149 (58.59% from 255) = 33.86%
BLUE value IS 50 (19.92% from 255) = 11.36%
R=54.77%
G=33.86%
B=11.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.79
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411495000.380.790.0531.187.2157.06
HexF195320264F51f5739
Octal3612256204611753712771
Binary111100011001010111001001001101001111101111111010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19532; }

 p { color: rgb(241,149,50); }

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

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

 a { background-color: rgb(241,149,50); }

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

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

 span { border-color: rgb(241,149,50); }

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