#f49232

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

Shades of Sun #F49232

Tints of Sun #F49232

Color information

#F49232 (or 0xF49232) is unknown color: approx Sun. HEX triplet: F4, 92 and 32. RGB value is (244,146,50). Sum of RGB (Red+Green+Blue) = 244+146+50=440 (58% of max value = 765). Red value is 244 (95.70% from 255 or 55.45% from 440); Green value is 146 (57.42% from 255 or 33.18% from 440); Blue value is 50 (19.92% from 255 or 11.36% from 440); Max value from RGB is 244 - color contains mainly: red. Hex color #F49232 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F49232 is #0B6DCD. Grayscale: #A4A4A4. Windows color (decimal): -749006 or 3314420. OLE color: 3314420.

HSL color Cylindrical-coordinate representation of color #F49232: hue angle of 29.69º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F49232 is Cyan = 0, Magento = 0.40, Yellow = 0.80 and Black (K on CMYK) = 0.04.

Color convert

RGB24414650-
CMYK00.400.800.04
HSL29.69º89.81%57.65%-
HSV(B)29.69º79.51%95.69%-
XYZ48.1640.028.2-
YUV164.3663.47184.81-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 55.45%
GREEN value IS 146 (57.42% from 255) = 33.18%
BLUE value IS 50 (19.92% from 255) = 11.36%
R=55.45%
G=33.18%
B=11.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.80
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2441465000.400.800.0429.6989.8157.65
HexF492320285041e5a3a
Octal3642226205012043613272
Binary111101001001001011001001010001010000100111101011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f49232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f49232; }

 p { color: rgb(244,146,50); }

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

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

 a { background-color: rgb(244,146,50); }

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

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

 span { border-color: rgb(244,146,50); }

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