#FBAE4C

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

Shades of My Sin #FBAE4C

Tints of My Sin #FBAE4C

Color information

#FBAE4C (or 0xFBAE4C) is unknown color: approx My Sin. HEX triplet: FB, AE and 4C. RGB value is (251,174,76). Sum of RGB (Red+Green+Blue) = 251+174+76=501 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50.10% from 501); Green value is 174 (68.36% from 255 or 34.73% from 501); Blue value is 76 (30.08% from 255 or 15.17% from 501); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAE4C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBAE4C is #0451B3. Grayscale: #BABABA. Windows color (decimal): -283060 or 5025531. OLE color: 5025531.

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

Color convert

RGB25117476-
CMYK00.310.700.02
HSL33.6º95.63%64.12%-
HSV(B)33.6º69.72%98.43%-
XYZ56.2251.313.78-
YUV185.8566.01174.47-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 50.10%
GREEN value IS 174 (68.36% from 255) = 34.73%
BLUE value IS 76 (30.08% from 255) = 15.17%
R=50.10%
G=34.73%
B=15.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.70
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2511747600.310.700.0233.695.6364.12
HexFBAE4C01F462226040
Octal373256114037106242140100
Binary1111101110101110100110001111110001101010001011000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBAE4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBAE4C; }

 p { color: rgb(251,174,76); }

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

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

 a { background-color: rgb(251,174,76); }

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

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

 span { border-color: rgb(251,174,76); }

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