#f9ae4a

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

Shades of My Sin #F9AE4A

Tints of My Sin #F9AE4A

Color information

#F9AE4A (or 0xF9AE4A) is unknown color: approx My Sin. HEX triplet: F9, AE and 4A. RGB value is (249,174,74). Sum of RGB (Red+Green+Blue) = 249+174+74=497 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.10% from 497); Green value is 174 (68.36% from 255 or 35.01% from 497); Blue value is 74 (29.30% from 255 or 14.89% from 497); Max value from RGB is 249 - color contains mainly: red. Hex color #F9AE4A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F9AE4A is #0651B5. Grayscale: #B9B9B9. Windows color (decimal): -414134 or 4894457. OLE color: 4894457.

HSL color Cylindrical-coordinate representation of color #F9AE4A: hue angle of 34.29º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F9AE4A is Cyan = 0, Magento = 0.30, Yellow = 0.70 and Black (K on CMYK) = 0.02.

Color convert

RGB24917474-
CMYK00.300.700.02
HSL34.29º93.58%63.33%-
HSV(B)34.29º70.28%97.65%-
XYZ55.4450.9113.38-
YUV185.0265.35173.63-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 50.10%
GREEN value IS 174 (68.36% from 255) = 35.01%
BLUE value IS 74 (29.30% from 255) = 14.89%
R=50.10%
G=35.01%
B=14.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.70
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2491747400.300.700.0234.2993.5863.33
HexF9AE4A01E462225e3f
Octal37125611203610624213677
Binary111110011010111010010100111101000110101000101011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f9ae4a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f9ae4a; }

 p { color: rgb(249,174,74); }

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

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

 a { background-color: rgb(249,174,74); }

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

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

 span { border-color: rgb(249,174,74); }

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