#F9A94E

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

Shades of My Sin #F9A94E

Tints of My Sin #F9A94E

Color information

#F9A94E (or 0xF9A94E) is unknown color: approx My Sin. HEX triplet: F9, A9 and 4E. RGB value is (249,169,78). Sum of RGB (Red+Green+Blue) = 249+169+78=496 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.20% from 496); Green value is 169 (66.41% from 255 or 34.07% from 496); Blue value is 78 (30.86% from 255 or 15.73% from 496); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A94E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9A94E is #0656B1. Grayscale: #B6B6B6. Windows color (decimal): -415410 or 5155321. OLE color: 5155321.

HSL color Cylindrical-coordinate representation of color #F9A94E: hue angle of 31.93º degrees, saturation: 0.93, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F9A94E is Cyan = 0, Magento = 0.32, Yellow = 0.69 and Black (K on CMYK) = 0.02.

Color convert

RGB24916978-
CMYK00.320.690.02
HSL31.93º93.44%64.12%-
HSV(B)31.93º68.67%97.65%-
XYZ54.6349.0713.8-
YUV182.5569175.4-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 50.20%
GREEN value IS 169 (66.41% from 255) = 34.07%
BLUE value IS 78 (30.86% from 255) = 15.73%
R=50.20%
G=34.07%
B=15.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.69
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2491697800.320.690.0231.9393.4464.12
HexF9A94E020452205d40
Octal371251116040105240135100
Binary11111001101010011001110010000010001011010000010111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9A94E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9A94E; }

 p { color: rgb(249,169,78); }

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

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

 a { background-color: rgb(249,169,78); }

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

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

 span { border-color: rgb(249,169,78); }

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