Html Css Color HEX #FAB346 My Sin

📋 copy color: '#FAB346'

red 250 ◦ green 179 ◦ blue 70

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

Shades of My Sin #FAB346

Tints of My Sin #FAB346

RGB

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

 GREEN value IS 179 (70.31% from 255) = 35.87%

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

R = 50.1%
G = 35.87%
B = 14.03%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.72

 K value IS 0.02

RGB Variations

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

Color information

#FAB346 (or 0xFAB346) is known color: My Sin. HEX triplet: FA, B3 and 46. RGB value is (250,179,70). Sum of RGB (Red+Green+Blue) = 250+179+70=499 (66% of max value = 765). Red value is 250 (98.05% from 255 or 50.10% from 499); Green value is 179 (70.31% from 255 or 35.87% from 499); Blue value is 70 (27.73% from 255 or 14.03% from 499); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB346 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAB346 is #054CB9. Grayscale: #BCBCBC. Windows color (decimal): -347322 or 4633594. OLE color: 4633594.

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

Color convert

RGB 250 179 70 -
CMYK 0 0.28 0.72 0.02
HSL 36.33º 0.95% 0.63% -
HSV(B) 36.33º 0.72% 0.98% -
XYZ 56.65 53.01 13.04 -
YUV 187.8 61.52 172.36 -
System Red Green Blue C M Y K H S L
Decimal 250 179 70 0 0.28 0.72 0.02 36.33 0.95 0.63
Hex FA B3 46 0 1C 48 2 24 5F 3F
Octal 372 263 106 0 34 110 2 44 137 77
Binary 11111010 10110011 1000110 0 11100 1001000 10 100100 1011111 111111

Color Harmonies of #FAB346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB346

Black with #FAB346

Text Example


Text Example

White with #FAB346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB346; }

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

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

background-color css

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

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

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

border-color css

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

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

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