#FBB043

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

Shades of My Sin #FBB043

Tints of My Sin #FBB043

Color information

#FBB043 (or 0xFBB043) is unknown color: approx My Sin. HEX triplet: FB, B0 and 43. RGB value is (251,176,67). Sum of RGB (Red+Green+Blue) = 251+176+67=494 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.81% from 494); Green value is 176 (69.14% from 255 or 35.63% from 494); Blue value is 67 (26.56% from 255 or 13.56% from 494); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB043 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBB043 is #044FBC. Grayscale: #BABABA. Windows color (decimal): -282557 or 4436219. OLE color: 4436219.

HSL color Cylindrical-coordinate representation of color #FBB043: hue angle of 35.54º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FBB043 is Cyan = 0, Magento = 0.30, Yellow = 0.73 and Black (K on CMYK) = 0.02.

Color convert

RGB25117667-
CMYK00.300.730.02
HSL35.54º95.83%62.35%-
HSV(B)35.54º73.31%98.43%-
XYZ56.3251.9712.37-
YUV18660.85174.36-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 50.81%
GREEN value IS 176 (69.14% from 255) = 35.63%
BLUE value IS 67 (26.56% from 255) = 13.56%
R=50.81%
G=35.63%
B=13.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.73
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2511766700.300.730.0235.5495.8362.35
HexFBB04301E49224603e
Octal37326010303611124414076
Binary111110111011000010000110111101001001101001001100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB043; }

 p { color: rgb(251,176,67); }

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

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

 a { background-color: rgb(251,176,67); }

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

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

 span { border-color: rgb(251,176,67); }

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