Html Css Color HEX #FAA947 My Sin

📋 copy color: '#FAA947'

red 250 ◦ green 169 ◦ blue 71

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

Shades of My Sin #FAA947

Tints of My Sin #FAA947

RGB

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

 GREEN value IS 169 (66.41% from 255) = 34.49%

 BLUE value IS 71 (28.13% from 255) = 14.49%

R = 51.02%
G = 34.49%
B = 14.49%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.72

 K value IS 0.02

RGB Variations

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

Color information

#FAA947 (or 0xFAA947) is known color: My Sin. HEX triplet: FA, A9 and 47. RGB value is (250,169,71). Sum of RGB (Red+Green+Blue) = 250+169+71=490 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.02% from 490); Green value is 169 (66.41% from 255 or 34.49% from 490); Blue value is 71 (28.12% from 255 or 14.49% from 490); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA947 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA947 is #0556B8. Grayscale: #B6B6B6. Windows color (decimal): -349881 or 4696570. OLE color: 4696570.

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

Color convert

RGB 250 169 71 -
CMYK 0 0.32 0.72 0.02
HSL 32.85º 0.95% 0.63% -
HSV(B) 32.85º 0.72% 0.98% -
XYZ 54.75 49.15 12.56 -
YUV 182.05 65.34 176.47 -
System Red Green Blue C M Y K H S L
Decimal 250 169 71 0 0.32 0.72 0.02 32.85 0.95 0.63
Hex FA A9 47 0 20 48 2 21 5F 3F
Octal 372 251 107 0 40 110 2 41 137 77
Binary 11111010 10101001 1000111 0 100000 1001000 10 100001 1011111 111111

Color Harmonies of #FAA947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA947

Black with #FAA947

Text Example


Text Example

White with #FAA947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA947; }

 p { color: rgb(250,169,71); }

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

background-color css

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

 a { background-color: rgb(250,169,71); }

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

border-color css

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

 span { border-color: rgb(250,169,71); }

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