Html Css Color HEX #FAA674 Hit Pink

📋 copy color: '#FAA674'

red 250 ◦ green 166 ◦ blue 116

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

Shades of Hit Pink #FAA674

Tints of Hit Pink #FAA674

RGB

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

 GREEN value IS 166 (65.23% from 255) = 31.2%

 BLUE value IS 116 (45.7% from 255) = 21.8%

R = 46.99%
G = 31.2%
B = 21.8%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#FAA674 (or 0xFAA674) is known color: Hit Pink. HEX triplet: FA, A6 and 74. RGB value is (250,166,116). Sum of RGB (Red+Green+Blue) = 250+166+116=532 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.99% from 532); Green value is 166 (65.23% from 255 or 31.20% from 532); Blue value is 116 (45.70% from 255 or 21.80% from 532); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA674 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA674 is #05598B. Grayscale: #B9B9B9. Windows color (decimal): -350604 or 7644922. OLE color: 7644922.

HSL color Cylindrical-coordinate representation of color #FAA674: hue angle of 22.39º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FAA674 is Cyan = 0, Magento = 0.34, Yellow = 0.54 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 166 116 -
CMYK 0 0.34 0.54 0.02
HSL 22.39º 0.93% 0.72% -
HSV(B) 22.39º 0.54% 0.98% -
XYZ 56.21 48.86 22.99 -
YUV 185.42 88.83 174.07 -
System Red Green Blue C M Y K H S L
Decimal 250 166 116 0 0.34 0.54 0.02 22.39 0.93 0.72
Hex FA A6 74 0 22 36 2 16 5D 48
Octal 372 246 164 0 42 66 2 26 135 110
Binary 11111010 10100110 1110100 0 100010 110110 10 10110 1011101 1001000

Color Harmonies of #FAA674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA674

Black with #FAA674

Text Example


Text Example

White with #FAA674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA674; }

 p { color: rgb(250,166,116); }

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

background-color css

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

 a { background-color: rgb(250,166,116); }

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

border-color css

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

 span { border-color: rgb(250,166,116); }

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