Html Css Color HEX #FAB149 My Sin

📋 copy color: '#FAB149'

red 250 ◦ green 177 ◦ blue 73

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

Shades of My Sin #FAB149

Tints of My Sin #FAB149

RGB

 RED value IS 250 (98.05% from 255) = 50%

 GREEN value IS 177 (69.53% from 255) = 35.4%

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

R = 50%
G = 35.4%
B = 14.6%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.71

 K value IS 0.02

RGB Variations

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

Color information

#FAB149 (or 0xFAB149) is known color: My Sin. HEX triplet: FA, B1 and 49. RGB value is (250,177,73). Sum of RGB (Red+Green+Blue) = 250+177+73=500 (66% of max value = 765). Red value is 250 (98.05% from 255 or 50% from 500); Green value is 177 (69.53% from 255 or 35.4% from 500); Blue value is 73 (28.91% from 255 or 14.6% from 500); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB149 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAB149 is #054EB6. Grayscale: #BBBBBB. Windows color (decimal): -347831 or 4829690. OLE color: 4829690.

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

Color convert

RGB 250 177 73 -
CMYK 0 0.29 0.71 0.02
HSL 35.25º 0.95% 0.63% -
HSV(B) 35.25º 0.71% 0.98% -
XYZ 56.35 52.25 13.42 -
YUV 186.97 63.68 172.96 -
System Red Green Blue C M Y K H S L
Decimal 250 177 73 0 0.29 0.71 0.02 35.25 0.95 0.63
Hex FA B1 49 0 1D 47 2 23 5F 3F
Octal 372 261 111 0 35 107 2 43 137 77
Binary 11111010 10110001 1001001 0 11101 1000111 10 100011 1011111 111111

Color Harmonies of #FAB149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB149

Black with #FAB149

Text Example


Text Example

White with #FAB149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB149; }

 p { color: rgb(250,177,73); }

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

background-color css

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

 a { background-color: rgb(250,177,73); }

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

border-color css

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

 span { border-color: rgb(250,177,73); }

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