Html Css Color HEX #FAB146 My Sin

📋 copy color: '#FAB146'

red 250 ◦ green 177 ◦ blue 70

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

Shades of My Sin #FAB146

Tints of My Sin #FAB146

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 14.08%

R = 50.3%
G = 35.61%
B = 14.08%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.72

 K value IS 0.02

RGB Variations

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

Color information

#FAB146 (or 0xFAB146) is known color: My Sin. HEX triplet: FA, B1 and 46. RGB value is (250,177,70). Sum of RGB (Red+Green+Blue) = 250+177+70=497 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.30% from 497); Green value is 177 (69.53% from 255 or 35.61% from 497); Blue value is 70 (27.73% from 255 or 14.08% from 497); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB146 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAB146 is #054EB9. Grayscale: #BBBBBB. Windows color (decimal): -347834 or 4633082. OLE color: 4633082.

HSL color Cylindrical-coordinate representation of color #FAB146: hue angle of 35.67º degrees, saturation: 0.95, 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 #FAB146 is Cyan = 0, Magento = 0.29, Yellow = 0.72 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 177 70 -
CMYK 0 0.29 0.72 0.02
HSL 35.67º 0.95% 0.63% -
HSV(B) 35.67º 0.72% 0.98% -
XYZ 56.25 52.21 12.91 -
YUV 186.63 62.18 173.2 -
System Red Green Blue C M Y K H S L
Decimal 250 177 70 0 0.29 0.72 0.02 35.67 0.95 0.63
Hex FA B1 46 0 1D 48 2 24 5F 3F
Octal 372 261 106 0 35 110 2 44 137 77
Binary 11111010 10110001 1000110 0 11101 1001000 10 100100 1011111 111111

Color Harmonies of #FAB146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB146

Black with #FAB146

Text Example


Text Example

White with #FAB146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB146; }

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

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

background-color css

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

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

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

border-color css

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

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

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