#F2A548

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

Shades of Sunshade #F2A548

Tints of Sunshade #F2A548

Color information

#F2A548 (or 0xF2A548) is unknown color: approx Sunshade. HEX triplet: F2, A5 and 48. RGB value is (242,165,72). Sum of RGB (Red+Green+Blue) = 242+165+72=479 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.52% from 479); Green value is 165 (64.84% from 255 or 34.45% from 479); Blue value is 72 (28.52% from 255 or 15.03% from 479); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A548 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2A548 is #0D5AB7. Grayscale: #B1B1B1. Windows color (decimal): -875192 or 4761074. OLE color: 4761074.

HSL color Cylindrical-coordinate representation of color #F2A548: hue angle of 32.82º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F2A548 is Cyan = 0, Magento = 0.32, Yellow = 0.70 and Black (K on CMYK) = 0.05.

Color convert

RGB24216572-
CMYK00.320.700.05
HSL32.82º86.73%61.57%-
HSV(B)32.82º70.25%94.9%-
XYZ51.2446.2612.36-
YUV177.4268.51174.06-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 50.52%
GREEN value IS 165 (64.84% from 255) = 34.45%
BLUE value IS 72 (28.52% from 255) = 15.03%
R=50.52%
G=34.45%
B=15.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.70
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421657200.320.700.0532.8286.7361.57
HexF2A54802046521573e
Octal36224511004010654112776
Binary11110010101001011001000010000010001101011000011010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2A548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2A548; }

 p { color: rgb(242,165,72); }

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

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

 a { background-color: rgb(242,165,72); }

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

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

 span { border-color: rgb(242,165,72); }

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