#F6B14B

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

Shades of My Sin #F6B14B

Tints of My Sin #F6B14B

Color information

#F6B14B (or 0xF6B14B) is unknown color: approx My Sin. HEX triplet: F6, B1 and 4B. RGB value is (246,177,75). Sum of RGB (Red+Green+Blue) = 246+177+75=498 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.40% from 498); Green value is 177 (69.53% from 255 or 35.54% from 498); Blue value is 75 (29.69% from 255 or 15.06% from 498); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B14B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F6B14B is #094EB4. Grayscale: #BABABA. Windows color (decimal): -609973 or 4960758. OLE color: 4960758.

HSL color Cylindrical-coordinate representation of color #F6B14B: hue angle of 35.79º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F6B14B is Cyan = 0, Magento = 0.28, Yellow = 0.70 and Black (K on CMYK) = 0.04.

Color convert

RGB24617775-
CMYK00.280.700.04
HSL35.79º90.48%62.94%-
HSV(B)35.79º69.51%96.47%-
XYZ5551.5513.71-
YUV18665.36170.79-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 49.40%
GREEN value IS 177 (69.53% from 255) = 35.54%
BLUE value IS 75 (29.69% from 255) = 15.06%
R=49.40%
G=35.54%
B=15.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.70
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2461777500.280.700.0435.7990.4862.94
HexF6B14B01C464245a3f
Octal36626111303410644413277
Binary1111011010110001100101101110010001101001001001011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6B14B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6B14B; }

 p { color: rgb(246,177,75); }

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

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

 a { background-color: rgb(246,177,75); }

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

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

 span { border-color: rgb(246,177,75); }

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