#F48531

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

Shades of Sun #F48531

Tints of Sun #F48531

Color information

#F48531 (or 0xF48531) is unknown color: approx Sun. HEX triplet: F4, 85 and 31. RGB value is (244,133,49). Sum of RGB (Red+Green+Blue) = 244+133+49=426 (56% of max value = 765). Red value is 244 (95.70% from 255 or 57.28% from 426); Green value is 133 (52.34% from 255 or 31.22% from 426); Blue value is 49 (19.53% from 255 or 11.50% from 426); Max value from RGB is 244 - color contains mainly: red. Hex color #F48531 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F48531 is #0B7ACE. Grayscale: #9D9D9D. Windows color (decimal): -752335 or 3245556. OLE color: 3245556.

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

Color convert

RGB24413349-
CMYK00.450.800.04
HSL25.85º89.86%57.45%-
HSV(B)25.85º79.92%95.69%-
XYZ46.2536.237.46-
YUV156.6167.27190.33-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 57.28%
GREEN value IS 133 (52.34% from 255) = 31.22%
BLUE value IS 49 (19.53% from 255) = 11.50%
R=57.28%
G=31.22%
B=11.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.80
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2441334900.450.800.0425.8589.8657.45
HexF4853102D5041a5a39
Octal3642056105512043213271
Binary111101001000010111000101011011010000100110101011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F48531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F48531; }

 p { color: rgb(244,133,49); }

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

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

 a { background-color: rgb(244,133,49); }

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

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

 span { border-color: rgb(244,133,49); }

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