#F5A64B

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

Shades of Sunshade #F5A64B

Tints of Sunshade #F5A64B

Color information

#F5A64B (or 0xF5A64B) is unknown color: approx Sunshade. HEX triplet: F5, A6 and 4B. RGB value is (245,166,75). Sum of RGB (Red+Green+Blue) = 245+166+75=486 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.41% from 486); Green value is 166 (65.23% from 255 or 34.16% from 486); Blue value is 75 (29.69% from 255 or 15.43% from 486); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A64B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5A64B is #0A59B4. Grayscale: #B3B3B3. Windows color (decimal): -678325 or 4957941. OLE color: 4957941.

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

Color convert

RGB24516675-
CMYK00.320.690.04
HSL32.12º89.47%62.75%-
HSV(B)32.12º69.39%96.08%-
XYZ52.5647.1913-
YUV179.2569.17174.9-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 50.41%
GREEN value IS 166 (65.23% from 255) = 34.16%
BLUE value IS 75 (29.69% from 255) = 15.43%
R=50.41%
G=34.16%
B=15.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.69
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451667500.320.690.0432.1289.4762.75
HexF5A64B02045420593f
Octal36524611304010544013177
Binary11110101101001101001011010000010001011001000001011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5A64B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5A64B; }

 p { color: rgb(245,166,75); }

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

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

 a { background-color: rgb(245,166,75); }

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

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

 span { border-color: rgb(245,166,75); }

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