#F2A940

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

Shades of My Sin #F2A940

Tints of My Sin #F2A940

Color information

#F2A940 (or 0xF2A940) is unknown color: approx My Sin. HEX triplet: F2, A9 and 40. RGB value is (242,169,64). Sum of RGB (Red+Green+Blue) = 242+169+64=475 (62% of max value = 765). Red value is 242 (94.92% from 255 or 50.95% from 475); Green value is 169 (66.41% from 255 or 35.58% from 475); Blue value is 64 (25.39% from 255 or 13.47% from 475); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A940 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2A940 is #0D56BF. Grayscale: #B3B3B3. Windows color (decimal): -874176 or 4237810. OLE color: 4237810.

HSL color Cylindrical-coordinate representation of color #F2A940: hue angle of 35.39º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F2A940 is Cyan = 0, Magento = 0.30, Yellow = 0.74 and Black (K on CMYK) = 0.05.

Color convert

RGB24216964-
CMYK00.300.740.05
HSL35.39º87.25%60%-
HSV(B)35.39º73.55%94.9%-
XYZ51.7347.6211.32-
YUV178.8663.18173.04-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 50.95%
GREEN value IS 169 (66.41% from 255) = 35.58%
BLUE value IS 64 (25.39% from 255) = 13.47%
R=50.95%
G=35.58%
B=13.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.74
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421696400.300.740.0535.3987.2560
HexF2A94001E4A523573c
Octal36225110003611254312774
Binary1111001010101001100000001111010010101011000111010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2A940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2A940; }

 p { color: rgb(242,169,64); }

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

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

 a { background-color: rgb(242,169,64); }

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

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

 span { border-color: rgb(242,169,64); }

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