Html Css Color HEX #FBAB49 My Sin

📋 copy color: '#FBAB49'

red 251 ◦ green 171 ◦ blue 73

#FBAB49
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of My Sin #FBAB49

Tints of My Sin #FBAB49

RGB

 RED value IS 251 (98.44% from 255) = 50.71%

 GREEN value IS 171 (67.19% from 255) = 34.55%

 BLUE value IS 73 (28.91% from 255) = 14.75%

R = 50.71%
G = 34.55%
B = 14.75%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.71

 K value IS 0.02

RGB Variations

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

Color information

#FBAB49 (or 0xFBAB49) is known color: My Sin. HEX triplet: FB, AB and 49. RGB value is (251,171,73). Sum of RGB (Red+Green+Blue) = 251+171+73=495 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.71% from 495); Green value is 171 (67.19% from 255 or 34.55% from 495); Blue value is 73 (28.91% from 255 or 14.75% from 495); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAB49 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBAB49 is #0454B6. Grayscale: #B8B8B8. Windows color (decimal): -283831 or 4828155. OLE color: 4828155.

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

Color convert

RGB 251 171 73 -
CMYK 0 0.32 0.71 0.02
HSL 33.03º 0.96% 0.64% -
HSV(B) 33.03º 0.71% 0.98% -
XYZ 55.55 50.12 13.05 -
YUV 183.75 65.5 175.97 -
System Red Green Blue C M Y K H S L
Decimal 251 171 73 0 0.32 0.71 0.02 33.03 0.96 0.64
Hex FB AB 49 0 20 47 2 21 60 40
Octal 373 253 111 0 40 107 2 41 140 100
Binary 11111011 10101011 1001001 0 100000 1000111 10 100001 1100000 1000000

Color Harmonies of #FBAB49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBAB49

Black with #FBAB49

Text Example


Text Example

White with #FBAB49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBAB49; }

 p { color: rgb(251,171,73); }

 H1.HeaderClassName
 {
   color: #FBAB49;
 }
 .AnyTagClassName
 {
   color: #FBAB49;
 }
</style>

background-color css

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

 a { background-color: rgb(251,171,73); }

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

border-color css

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

 span { border-color: rgb(251,171,73); }

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