Html Css Color HEX #FAB046 My Sin

📋 copy color: '#FAB046'

red 250 ◦ green 176 ◦ blue 70

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

Shades of My Sin #FAB046

Tints of My Sin #FAB046

RGB

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

 GREEN value IS 176 (69.14% from 255) = 35.48%

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

R = 50.4%
G = 35.48%
B = 14.11%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.72

 K value IS 0.02

RGB Variations

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

Color information

#FAB046 (or 0xFAB046) is known color: My Sin. HEX triplet: FA, B0 and 46. RGB value is (250,176,70). Sum of RGB (Red+Green+Blue) = 250+176+70=496 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.40% from 496); Green value is 176 (69.14% from 255 or 35.48% from 496); Blue value is 70 (27.73% from 255 or 14.11% from 496); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB046 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAB046 is #054FB9. Grayscale: #BABABA. Windows color (decimal): -348090 or 4632826. OLE color: 4632826.

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

Color convert

RGB 250 176 70 -
CMYK 0 0.30 0.72 0.02
HSL 35.33º 0.95% 0.63% -
HSV(B) 35.33º 0.72% 0.98% -
XYZ 56.06 51.82 12.84 -
YUV 186.04 62.52 173.62 -
System Red Green Blue C M Y K H S L
Decimal 250 176 70 0 0.30 0.72 0.02 35.33 0.95 0.63
Hex FA B0 46 0 1E 48 2 23 5F 3F
Octal 372 260 106 0 36 110 2 43 137 77
Binary 11111010 10110000 1000110 0 11110 1001000 10 100011 1011111 111111

Color Harmonies of #FAB046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB046

Black with #FAB046

Text Example


Text Example

White with #FAB046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB046; }

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

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

background-color css

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

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

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

border-color css

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

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

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