#F18C32

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

Shades of Sun #F18C32

Tints of Sun #F18C32

Color information

#F18C32 (or 0xF18C32) is unknown color: approx Sun. HEX triplet: F1, 8C and 32. RGB value is (241,140,50). Sum of RGB (Red+Green+Blue) = 241+140+50=431 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.92% from 431); Green value is 140 (55.08% from 255 or 32.48% from 431); Blue value is 50 (19.92% from 255 or 11.60% from 431); Max value from RGB is 241 - color contains mainly: red. Hex color #F18C32 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F18C32 is #0E73CD. Grayscale: #A0A0A0. Windows color (decimal): -947150 or 3312881. OLE color: 3312881.

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

Color convert

RGB24114050-
CMYK00.420.790.05
HSL28.27º87.21%57.06%-
HSV(B)28.27º79.25%94.51%-
XYZ46.2337.697.86-
YUV159.9465.96185.82-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 55.92%
GREEN value IS 140 (55.08% from 255) = 32.48%
BLUE value IS 50 (19.92% from 255) = 11.60%
R=55.92%
G=32.48%
B=11.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.79
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411405000.420.790.0528.2787.2157.06
HexF18C3202A4F51c5739
Octal3612146205211753412771
Binary111100011000110011001001010101001111101111001010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F18C32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F18C32; }

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

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

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

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

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

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

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

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