#FBB34A

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

Shades of My Sin #FBB34A

Tints of My Sin #FBB34A

Color information

#FBB34A (or 0xFBB34A) is unknown color: approx My Sin. HEX triplet: FB, B3 and 4A. RGB value is (251,179,74). Sum of RGB (Red+Green+Blue) = 251+179+74=504 (66% of max value = 765). Red value is 251 (98.44% from 255 or 49.80% from 504); Green value is 179 (70.31% from 255 or 35.52% from 504); Blue value is 74 (29.30% from 255 or 14.68% from 504); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB34A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBB34A is #044CB5. Grayscale: #BDBDBD. Windows color (decimal): -281782 or 4895739. OLE color: 4895739.

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

Color convert

RGB25117974-
CMYK00.290.710.02
HSL35.59º95.68%63.73%-
HSV(B)35.59º70.52%98.43%-
XYZ57.1453.2413.74-
YUV188.5663.35172.54-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 49.80%
GREEN value IS 179 (70.31% from 255) = 35.52%
BLUE value IS 74 (29.30% from 255) = 14.68%
R=49.80%
G=35.52%
B=14.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.71
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2511797400.290.710.0235.5995.6863.73
HexFBB34A01D472246040
Octal373263112035107244140100
Binary1111101110110011100101001110110001111010010011000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB34A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB34A; }

 p { color: rgb(251,179,74); }

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

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

 a { background-color: rgb(251,179,74); }

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

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

 span { border-color: rgb(251,179,74); }

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