#FBBA43

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

Shades of My Sin #FBBA43

Tints of My Sin #FBBA43

Color information

#FBBA43 (or 0xFBBA43) is unknown color: approx My Sin. HEX triplet: FB, BA and 43. RGB value is (251,186,67). Sum of RGB (Red+Green+Blue) = 251+186+67=504 (66% of max value = 765). Red value is 251 (98.44% from 255 or 49.80% from 504); Green value is 186 (73.05% from 255 or 36.90% from 504); Blue value is 67 (26.56% from 255 or 13.29% from 504); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBA43 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBBA43 is #0445BC. Grayscale: #C0C0C0. Windows color (decimal): -279997 or 4438779. OLE color: 4438779.

HSL color Cylindrical-coordinate representation of color #FBBA43: hue angle of 38.8º 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 #FBBA43 is Cyan = 0, Magento = 0.26, Yellow = 0.73 and Black (K on CMYK) = 0.02.

Color convert

RGB25118667-
CMYK00.260.730.02
HSL38.8º95.83%62.35%-
HSV(B)38.8º73.31%98.43%-
XYZ58.3656.0313.05-
YUV191.8757.53170.18-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 49.80%
GREEN value IS 186 (73.05% from 255) = 36.90%
BLUE value IS 67 (26.56% from 255) = 13.29%
R=49.80%
G=36.90%
B=13.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.73
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2511866700.260.730.0238.895.8362.35
HexFBBA4301A49227603e
Octal37327210303211124714076
Binary111110111011101010000110110101001001101001111100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBBA43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBBA43; }

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

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

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

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

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

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

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

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