Html Css Color HEX #FAA875 Hit Pink

📋 copy color: '#FAA875'

red 250 ◦ green 168 ◦ blue 117

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

Shades of Hit Pink #FAA875

Tints of Hit Pink #FAA875

RGB

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

 GREEN value IS 168 (66.02% from 255) = 31.4%

 BLUE value IS 117 (46.09% from 255) = 21.87%

R = 46.73%
G = 31.4%
B = 21.87%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#FAA875 (or 0xFAA875) is known color: Hit Pink. HEX triplet: FA, A8 and 75. RGB value is (250,168,117). Sum of RGB (Red+Green+Blue) = 250+168+117=535 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.73% from 535); Green value is 168 (66.02% from 255 or 31.40% from 535); Blue value is 117 (46.09% from 255 or 21.87% from 535); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA875 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA875 is #05578A. Grayscale: #BABABA. Windows color (decimal): -350091 or 7710970. OLE color: 7710970.

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

Color convert

RGB 250 168 117 -
CMYK 0 0.33 0.53 0.02
HSL 23.01º 0.93% 0.72% -
HSV(B) 23.01º 0.53% 0.98% -
XYZ 56.64 49.61 23.42 -
YUV 186.7 88.67 173.15 -
System Red Green Blue C M Y K H S L
Decimal 250 168 117 0 0.33 0.53 0.02 23.01 0.93 0.72
Hex FA A8 75 0 21 35 2 17 5D 48
Octal 372 250 165 0 41 65 2 27 135 110
Binary 11111010 10101000 1110101 0 100001 110101 10 10111 1011101 1001000

Color Harmonies of #FAA875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA875

Black with #FAA875

Text Example


Text Example

White with #FAA875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA875; }

 p { color: rgb(250,168,117); }

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

background-color css

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

 a { background-color: rgb(250,168,117); }

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

border-color css

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

 span { border-color: rgb(250,168,117); }

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