#F18D32

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

Shades of Sun #F18D32

Tints of Sun #F18D32

Color information

#F18D32 (or 0xF18D32) is unknown color: approx Sun. HEX triplet: F1, 8D and 32. RGB value is (241,141,50). Sum of RGB (Red+Green+Blue) = 241+141+50=432 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.79% from 432); Green value is 141 (55.47% from 255 or 32.64% from 432); Blue value is 50 (19.92% from 255 or 11.57% from 432); Max value from RGB is 241 - color contains mainly: red. Hex color #F18D32 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F18D32 is #0E72CD. Grayscale: #A0A0A0. Windows color (decimal): -946894 or 3313137. OLE color: 3313137.

HSL color Cylindrical-coordinate representation of color #F18D32: hue angle of 28.59º 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 #F18D32 is Cyan = 0, Magento = 0.41, Yellow = 0.79 and Black (K on CMYK) = 0.05.

Color convert

RGB24114150-
CMYK00.410.790.05
HSL28.59º87.21%57.06%-
HSV(B)28.59º79.25%94.51%-
XYZ46.3837.987.9-
YUV160.5365.63185.4-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 55.79%
GREEN value IS 141 (55.47% from 255) = 32.64%
BLUE value IS 50 (19.92% from 255) = 11.57%
R=55.79%
G=32.64%
B=11.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.79
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411415000.410.790.0528.5987.2157.06
HexF18D320294F51d5739
Octal3612156205111753512771
Binary111100011000110111001001010011001111101111011010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F18D32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F18D32; }

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

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

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

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

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

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

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

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