#F48F3A

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

Shades of Sun #F48F3A

Tints of Sun #F48F3A

Color information

#F48F3A (or 0xF48F3A) is unknown color: approx Sun. HEX triplet: F4, 8F and 3A. RGB value is (244,143,58). Sum of RGB (Red+Green+Blue) = 244+143+58=445 (58% of max value = 765). Red value is 244 (95.70% from 255 or 54.83% from 445); Green value is 143 (56.25% from 255 or 32.13% from 445); Blue value is 58 (23.05% from 255 or 13.03% from 445); Max value from RGB is 244 - color contains mainly: red. Hex color #F48F3A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F48F3A is #0B70C5. Grayscale: #A3A3A3. Windows color (decimal): -749766 or 3837940. OLE color: 3837940.

HSL color Cylindrical-coordinate representation of color #F48F3A: hue angle of 27.42º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F48F3A is Cyan = 0, Magento = 0.41, Yellow = 0.76 and Black (K on CMYK) = 0.04.

Color convert

RGB24414358-
CMYK00.410.760.04
HSL27.42º89.42%59.22%-
HSV(B)27.42º76.23%95.69%-
XYZ47.8939.189.04-
YUV163.5168.46185.41-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 54.83%
GREEN value IS 143 (56.25% from 255) = 32.13%
BLUE value IS 58 (23.05% from 255) = 13.03%
R=54.83%
G=32.13%
B=13.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.76
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2441435800.410.760.0427.4289.4259.22
HexF48F3A0294C41b593b
Octal3642177205111443313173
Binary111101001000111111101001010011001100100110111011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F48F3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F48F3A; }

 p { color: rgb(244,143,58); }

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

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

 a { background-color: rgb(244,143,58); }

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

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

 span { border-color: rgb(244,143,58); }

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