#FFB446

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

Shades of My Sin #FFB446

Tints of My Sin #FFB446

Color information

#FFB446 (or 0xFFB446) is unknown color: approx My Sin. HEX triplet: FF, B4 and 46. RGB value is (255,180,70). Sum of RGB (Red+Green+Blue) = 255+180+70=505 (66% of max value = 765). Red value is 255 (100% from 255 or 50.50% from 505); Green value is 180 (70.70% from 255 or 35.64% from 505); Blue value is 70 (27.73% from 255 or 13.86% from 505); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB446 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFB446 is #004BB9. Grayscale: #BEBEBE. Windows color (decimal): -19386 or 4633855. OLE color: 4633855.

HSL color Cylindrical-coordinate representation of color #FFB446: hue angle of 35.68º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FFB446 is Cyan = 0, Magento = 0.29, Yellow = 0.73 and Black (K on CMYK) = 0.

Color convert

RGB25518070-
CMYK00.290.730
HSL35.68º100%63.73%-
HSV(B)35.68º72.55%100%-
XYZ58.6754.3413.19-
YUV189.8860.35174.44-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 50.50%
GREEN value IS 180 (70.70% from 255) = 35.64%
BLUE value IS 70 (27.73% from 255) = 13.86%
R=50.50%
G=35.64%
B=13.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.73
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551807000.290.73035.6810063.73
HexFFB44601D490246440
Octal377264106035111044144100
Binary111111111011010010001100111011001001010010011001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB446; }

 p { color: rgb(255,180,70); }

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

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

 a { background-color: rgb(255,180,70); }

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

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

 span { border-color: rgb(255,180,70); }

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