#F9A94C

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

Shades of My Sin #F9A94C

Tints of My Sin #F9A94C

Color information

#F9A94C (or 0xF9A94C) is unknown color: approx My Sin. HEX triplet: F9, A9 and 4C. RGB value is (249,169,76). Sum of RGB (Red+Green+Blue) = 249+169+76=494 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.40% from 494); Green value is 169 (66.41% from 255 or 34.21% from 494); Blue value is 76 (30.08% from 255 or 15.38% from 494); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A94C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F9A94C is #0656B3. Grayscale: #B6B6B6. Windows color (decimal): -415412 or 5024249. OLE color: 5024249.

HSL color Cylindrical-coordinate representation of color #F9A94C: hue angle of 32.25º degrees, saturation: 0.94, 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 #F9A94C is Cyan = 0, Magento = 0.32, Yellow = 0.69 and Black (K on CMYK) = 0.02.

Color convert

RGB24916976-
CMYK00.320.690.02
HSL32.25º93.51%63.73%-
HSV(B)32.25º69.48%97.65%-
XYZ54.5649.0413.43-
YUV182.3268175.56-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 50.40%
GREEN value IS 169 (66.41% from 255) = 34.21%
BLUE value IS 76 (30.08% from 255) = 15.38%
R=50.40%
G=34.21%
B=15.38%

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
Decimal2491697600.320.690.0232.2593.5163.73
HexF9A94C020452205e40
Octal371251114040105240136100
Binary11111001101010011001100010000010001011010000010111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9A94C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9A94C; }

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

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

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

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

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

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

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

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