Html Css Color HEX #FAA746 My Sin

📋 copy color: '#FAA746'

red 250 ◦ green 167 ◦ blue 70

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

Shades of My Sin #FAA746

Tints of My Sin #FAA746

RGB

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

 GREEN value IS 167 (65.63% from 255) = 34.29%

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

R = 51.33%
G = 34.29%
B = 14.37%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.72

 K value IS 0.02

RGB Variations

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

Color information

#FAA746 (or 0xFAA746) is known color: My Sin. HEX triplet: FA, A7 and 46. RGB value is (250,167,70). Sum of RGB (Red+Green+Blue) = 250+167+70=487 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.33% from 487); Green value is 167 (65.62% from 255 or 34.29% from 487); Blue value is 70 (27.73% from 255 or 14.37% from 487); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA746 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA746 is #0558B9. Grayscale: #B5B5B5. Windows color (decimal): -350394 or 4630522. OLE color: 4630522.

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

Color convert

RGB 250 167 70 -
CMYK 0 0.33 0.72 0.02
HSL 32.33º 0.95% 0.63% -
HSV(B) 32.33º 0.72% 0.98% -
XYZ 54.35 48.4 12.27 -
YUV 180.76 65.5 177.39 -
System Red Green Blue C M Y K H S L
Decimal 250 167 70 0 0.33 0.72 0.02 32.33 0.95 0.63
Hex FA A7 46 0 21 48 2 20 5F 3F
Octal 372 247 106 0 41 110 2 40 137 77
Binary 11111010 10100111 1000110 0 100001 1001000 10 100000 1011111 111111

Color Harmonies of #FAA746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA746

Black with #FAA746

Text Example


Text Example

White with #FAA746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA746; }

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

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

background-color css

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

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

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

border-color css

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

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

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