#F7A74B

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

Shades of My Sin #F7A74B

Tints of My Sin #F7A74B

Color information

#F7A74B (or 0xF7A74B) is unknown color: approx My Sin. HEX triplet: F7, A7 and 4B. RGB value is (247,167,75). Sum of RGB (Red+Green+Blue) = 247+167+75=489 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.51% from 489); Green value is 167 (65.62% from 255 or 34.15% from 489); Blue value is 75 (29.69% from 255 or 15.34% from 489); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A74B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F7A74B is #0858B4. Grayscale: #B4B4B4. Windows color (decimal): -546997 or 4958199. OLE color: 4958199.

HSL color Cylindrical-coordinate representation of color #F7A74B: hue angle of 32.09º 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 #F7A74B is Cyan = 0, Magento = 0.32, Yellow = 0.70 and Black (K on CMYK) = 0.03.

Color convert

RGB24716775-
CMYK00.320.700.03
HSL32.09º91.49%63.14%-
HSV(B)32.09º69.64%96.86%-
XYZ53.4547.9213.09-
YUV180.4368.5175.48-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 50.51%
GREEN value IS 167 (65.62% from 255) = 34.15%
BLUE value IS 75 (29.69% from 255) = 15.34%
R=50.51%
G=34.15%
B=15.34%

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
Decimal2471677500.320.700.0332.0991.4963.14
HexF7A74B020463205b3f
Octal36724711304010634013377
Binary1111011110100111100101101000001000110111000001011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7A74B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7A74B; }

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

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

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

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

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

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

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

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