Html Css Color HEX #FAAB4D My Sin

📋 copy color: '#FAAB4D'

red 250 ◦ green 171 ◦ blue 77

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

Shades of My Sin #FAAB4D

Tints of My Sin #FAAB4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 15.46%

R = 50.2%
G = 34.34%
B = 15.46%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.69

 K value IS 0.02

RGB Variations

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

Color information

#FAAB4D (or 0xFAAB4D) is known color: My Sin. HEX triplet: FA, AB and 4D. RGB value is (250,171,77). Sum of RGB (Red+Green+Blue) = 250+171+77=498 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.20% from 498); Green value is 171 (67.19% from 255 or 34.34% from 498); Blue value is 77 (30.47% from 255 or 15.46% from 498); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAB4D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAAB4D is #0554B2. Grayscale: #B8B8B8. Windows color (decimal): -349363 or 5090298. OLE color: 5090298.

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

Color convert

RGB 250 171 77 -
CMYK 0 0.32 0.69 0.02
HSL 32.6º 0.95% 0.64% -
HSV(B) 32.6º 0.69% 0.98% -
XYZ 55.33 49.99 13.75 -
YUV 183.91 67.67 175.14 -
System Red Green Blue C M Y K H S L
Decimal 250 171 77 0 0.32 0.69 0.02 32.6 0.95 0.64
Hex FA AB 4D 0 20 45 2 21 5F 40
Octal 372 253 115 0 40 105 2 41 137 100
Binary 11111010 10101011 1001101 0 100000 1000101 10 100001 1011111 1000000

Color Harmonies of #FAAB4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAB4D

Black with #FAAB4D

Text Example


Text Example

White with #FAAB4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAB4D; }

 p { color: rgb(250,171,77); }

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

background-color css

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

 a { background-color: rgb(250,171,77); }

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

border-color css

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

 span { border-color: rgb(250,171,77); }

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