Html Css Color HEX #FBAB47 My Sin

📋 copy color: '#FBAB47'

red 251 ◦ green 171 ◦ blue 71

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

Shades of My Sin #FBAB47

Tints of My Sin #FBAB47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 14.4%

R = 50.91%
G = 34.69%
B = 14.4%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.72

 K value IS 0.02

RGB Variations

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

Color information

#FBAB47 (or 0xFBAB47) is known color: My Sin. HEX triplet: FB, AB and 47. RGB value is (251,171,71). Sum of RGB (Red+Green+Blue) = 251+171+71=493 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.91% from 493); Green value is 171 (67.19% from 255 or 34.69% from 493); Blue value is 71 (28.12% from 255 or 14.40% from 493); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAB47 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBAB47 is #0454B8. Grayscale: #B8B8B8. Windows color (decimal): -283833 or 4697083. OLE color: 4697083.

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

Color convert

RGB 251 171 71 -
CMYK 0 0.32 0.72 0.02
HSL 33.33º 0.96% 0.63% -
HSV(B) 33.33º 0.72% 0.98% -
XYZ 55.48 50.09 12.71 -
YUV 183.52 64.5 176.13 -
System Red Green Blue C M Y K H S L
Decimal 251 171 71 0 0.32 0.72 0.02 33.33 0.96 0.63
Hex FB AB 47 0 20 48 2 21 60 3F
Octal 373 253 107 0 40 110 2 41 140 77
Binary 11111011 10101011 1000111 0 100000 1001000 10 100001 1100000 111111

Color Harmonies of #FBAB47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBAB47

Black with #FBAB47

Text Example


Text Example

White with #FBAB47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBAB47; }

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

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

background-color css

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

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

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

border-color css

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

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

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