#F48A31

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

Shades of Sun #F48A31

Tints of Sun #F48A31

Color information

#F48A31 (or 0xF48A31) is unknown color: approx Sun. HEX triplet: F4, 8A and 31. RGB value is (244,138,49). Sum of RGB (Red+Green+Blue) = 244+138+49=431 (57% of max value = 765). Red value is 244 (95.70% from 255 or 56.61% from 431); Green value is 138 (54.30% from 255 or 32.02% from 431); Blue value is 49 (19.53% from 255 or 11.37% from 431); Max value from RGB is 244 - color contains mainly: red. Hex color #F48A31 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F48A31 is #0B75CE. Grayscale: #A0A0A0. Windows color (decimal): -751055 or 3246836. OLE color: 3246836.

HSL color Cylindrical-coordinate representation of color #F48A31: hue angle of 27.38º 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 #F48A31 is Cyan = 0, Magento = 0.43, Yellow = 0.80 and Black (K on CMYK) = 0.04.

Color convert

RGB24413849-
CMYK00.430.800.04
HSL27.38º89.86%57.45%-
HSV(B)27.38º79.92%95.69%-
XYZ46.9537.637.69-
YUV159.5565.62188.24-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 56.61%
GREEN value IS 138 (54.30% from 255) = 32.02%
BLUE value IS 49 (19.53% from 255) = 11.37%
R=56.61%
G=32.02%
B=11.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.80
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2441384900.430.800.0427.3889.8657.45
HexF48A3102B5041b5a39
Octal3642126105312043313271
Binary111101001000101011000101010111010000100110111011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F48A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F48A31; }

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

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

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

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

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

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

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

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