Html Css Color HEX #FAA76B Hit Pink

📋 copy color: '#FAA76B'

red 250 ◦ green 167 ◦ blue 107

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

Shades of Hit Pink #FAA76B

Tints of Hit Pink #FAA76B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 20.42%

R = 47.71%
G = 31.87%
B = 20.42%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.57

 K value IS 0.02

RGB Variations

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

Color information

#FAA76B (or 0xFAA76B) is known color: Hit Pink. HEX triplet: FA, A7 and 6B. RGB value is (250,167,107). Sum of RGB (Red+Green+Blue) = 250+167+107=524 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.71% from 524); Green value is 167 (65.62% from 255 or 31.87% from 524); Blue value is 107 (42.19% from 255 or 20.42% from 524); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA76B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA76B is #055894. Grayscale: #B9B9B9. Windows color (decimal): -350357 or 7055354. OLE color: 7055354.

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

Color convert

RGB 250 167 107 -
CMYK 0 0.33 0.57 0.02
HSL 25.17º 0.93% 0.7% -
HSV(B) 25.17º 0.57% 0.98% -
XYZ 55.9 49.02 20.43 -
YUV 184.98 84 174.38 -
System Red Green Blue C M Y K H S L
Decimal 250 167 107 0 0.33 0.57 0.02 25.17 0.93 0.7
Hex FA A7 6B 0 21 39 2 19 5D 46
Octal 372 247 153 0 41 71 2 31 135 106
Binary 11111010 10100111 1101011 0 100001 111001 10 11001 1011101 1000110

Color Harmonies of #FAA76B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA76B

Black with #FAA76B

Text Example


Text Example

White with #FAA76B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA76B; }

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

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

background-color css

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

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

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

border-color css

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

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

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