#F7A84B

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

Shades of My Sin #F7A84B

Tints of My Sin #F7A84B

Color information

#F7A84B (or 0xF7A84B) is unknown color: approx My Sin. HEX triplet: F7, A8 and 4B. RGB value is (247,168,75). Sum of RGB (Red+Green+Blue) = 247+168+75=490 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.41% from 490); Green value is 168 (66.02% from 255 or 34.29% from 490); Blue value is 75 (29.69% from 255 or 15.31% from 490); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A84B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F7A84B is #0857B4. Grayscale: #B5B5B5. Windows color (decimal): -546741 or 4958455. OLE color: 4958455.

HSL color Cylindrical-coordinate representation of color #F7A84B: hue angle of 32.44º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F7A84B is Cyan = 0, Magento = 0.32, Yellow = 0.70 and Black (K on CMYK) = 0.03.

Color convert

RGB24716875-
CMYK00.320.700.03
HSL32.44º91.49%63.14%-
HSV(B)32.44º69.64%96.86%-
XYZ53.6348.2913.15-
YUV181.0268.17175.06-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 50.41%
GREEN value IS 168 (66.02% from 255) = 34.29%
BLUE value IS 75 (29.69% from 255) = 15.31%
R=50.41%
G=34.29%
B=15.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.70
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2471687500.320.700.0332.4491.4963.14
HexF7A84B020463205b3f
Octal36725011304010634013377
Binary1111011110101000100101101000001000110111000001011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7A84B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7A84B; }

 p { color: rgb(247,168,75); }

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

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

 a { background-color: rgb(247,168,75); }

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

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

 span { border-color: rgb(247,168,75); }

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