Html Css Color HEX #FAA672 Hit Pink

📋 copy color: '#FAA672'

red 250 ◦ green 166 ◦ blue 114

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

Shades of Hit Pink #FAA672

Tints of Hit Pink #FAA672

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 21.51%

R = 47.17%
G = 31.32%
B = 21.51%

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

#FAA672 (or 0xFAA672) is known color: Hit Pink. HEX triplet: FA, A6 and 72. RGB value is (250,166,114). Sum of RGB (Red+Green+Blue) = 250+166+114=530 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.17% from 530); Green value is 166 (65.23% from 255 or 31.32% from 530); Blue value is 114 (44.92% from 255 or 21.51% from 530); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA672 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA672 is #05598D. Grayscale: #B9B9B9. Windows color (decimal): -350606 or 7513850. OLE color: 7513850.

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

Color convert

RGB 250 166 114 -
CMYK 0 0.34 0.54 0.02
HSL 22.94º 0.93% 0.71% -
HSV(B) 22.94º 0.54% 0.98% -
XYZ 56.1 48.81 22.38 -
YUV 185.19 87.83 174.23 -
System Red Green Blue C M Y K H S L
Decimal 250 166 114 0 0.34 0.54 0.02 22.94 0.93 0.71
Hex FA A6 72 0 22 36 2 17 5D 47
Octal 372 246 162 0 42 66 2 27 135 107
Binary 11111010 10100110 1110010 0 100010 110110 10 10111 1011101 1000111

Color Harmonies of #FAA672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA672

Black with #FAA672

Text Example


Text Example

White with #FAA672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA672; }

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

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

background-color css

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

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

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

border-color css

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

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

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