Html Css Color HEX #FAA271 Hit Pink

📋 copy color: '#FAA271'

red 250 ◦ green 162 ◦ blue 113

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

Shades of Hit Pink #FAA271

Tints of Hit Pink #FAA271

RGB

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

 GREEN value IS 162 (63.67% from 255) = 30.86%

 BLUE value IS 113 (44.53% from 255) = 21.52%

R = 47.62%
G = 30.86%
B = 21.52%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#FAA271 (or 0xFAA271) is known color: Hit Pink. HEX triplet: FA, A2 and 71. RGB value is (250,162,113). Sum of RGB (Red+Green+Blue) = 250+162+113=525 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.62% from 525); Green value is 162 (63.67% from 255 or 30.86% from 525); Blue value is 113 (44.53% from 255 or 21.52% from 525); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA271 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA271 is #055D8E. Grayscale: #B7B7B7. Windows color (decimal): -351631 or 7447290. OLE color: 7447290.

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

Color convert

RGB 250 162 113 -
CMYK 0 0.35 0.55 0.02
HSL 21.46º 0.93% 0.71% -
HSV(B) 21.46º 0.55% 0.98% -
XYZ 55.33 47.36 21.85 -
YUV 182.73 88.65 175.98 -
System Red Green Blue C M Y K H S L
Decimal 250 162 113 0 0.35 0.55 0.02 21.46 0.93 0.71
Hex FA A2 71 0 23 37 2 15 5D 47
Octal 372 242 161 0 43 67 2 25 135 107
Binary 11111010 10100010 1110001 0 100011 110111 10 10101 1011101 1000111

Color Harmonies of #FAA271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA271

Black with #FAA271

Text Example


Text Example

White with #FAA271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA271; }

 p { color: rgb(250,162,113); }

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

background-color css

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

 a { background-color: rgb(250,162,113); }

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

border-color css

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

 span { border-color: rgb(250,162,113); }

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