Html Css Color HEX #FAAB4B My Sin

📋 copy color: '#FAAB4B'

red 250 ◦ green 171 ◦ blue 75

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

Shades of My Sin #FAAB4B

Tints of My Sin #FAAB4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 15.12%

R = 50.4%
G = 34.48%
B = 15.12%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.7

 K value IS 0.02

RGB Variations

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

Color information

#FAAB4B (or 0xFAAB4B) is known color: My Sin. HEX triplet: FA, AB and 4B. RGB value is (250,171,75). Sum of RGB (Red+Green+Blue) = 250+171+75=496 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.40% from 496); Green value is 171 (67.19% from 255 or 34.48% from 496); Blue value is 75 (29.69% from 255 or 15.12% from 496); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAB4B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAAB4B is #0554B4. Grayscale: #B8B8B8. Windows color (decimal): -349365 or 4959226. OLE color: 4959226.

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

Color convert

RGB 250 171 75 -
CMYK 0 0.32 0.7 0.02
HSL 32.91º 0.95% 0.64% -
HSV(B) 32.91º 0.7% 0.98% -
XYZ 55.26 49.96 13.39 -
YUV 183.68 66.67 175.31 -
System Red Green Blue C M Y K H S L
Decimal 250 171 75 0 0.32 0.7 0.02 32.91 0.95 0.64
Hex FA AB 4B 0 20 46 2 21 5F 40
Octal 372 253 113 0 40 106 2 41 137 100
Binary 11111010 10101011 1001011 0 100000 1000110 10 100001 1011111 1000000

Color Harmonies of #FAAB4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAB4B

Black with #FAAB4B

Text Example


Text Example

White with #FAAB4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAB4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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