Html Css Color HEX #FAA168 Hit Pink

📋 copy color: '#FAA168'

red 250 ◦ green 161 ◦ blue 104

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

Shades of Hit Pink #FAA168

Tints of Hit Pink #FAA168

RGB

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

 GREEN value IS 161 (63.28% from 255) = 31.26%

 BLUE value IS 104 (41.02% from 255) = 20.19%

R = 48.54%
G = 31.26%
B = 20.19%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.58

 K value IS 0.02

RGB Variations

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

Color information

#FAA168 (or 0xFAA168) is known color: Hit Pink. HEX triplet: FA, A1 and 68. RGB value is (250,161,104). Sum of RGB (Red+Green+Blue) = 250+161+104=515 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.54% from 515); Green value is 161 (63.28% from 255 or 31.26% from 515); Blue value is 104 (41.02% from 255 or 20.19% from 515); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA168 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA168 is #055E97. Grayscale: #B5B5B5. Windows color (decimal): -351896 or 6857210. OLE color: 6857210.

HSL color Cylindrical-coordinate representation of color #FAA168: hue angle of 23.42º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FAA168 is Cyan = 0, Magento = 0.36, Yellow = 0.58 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 161 104 -
CMYK 0 0.36 0.58 0.02
HSL 23.42º 0.94% 0.69% -
HSV(B) 23.42º 0.58% 0.98% -
XYZ 54.67 46.81 19.25 -
YUV 181.11 84.49 177.13 -
System Red Green Blue C M Y K H S L
Decimal 250 161 104 0 0.36 0.58 0.02 23.42 0.94 0.69
Hex FA A1 68 0 24 3A 2 17 5E 45
Octal 372 241 150 0 44 72 2 27 136 105
Binary 11111010 10100001 1101000 0 100100 111010 10 10111 1011110 1000101

Color Harmonies of #FAA168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA168

Black with #FAA168

Text Example


Text Example

White with #FAA168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA168; }

 p { color: rgb(250,161,104); }

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

background-color css

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

 a { background-color: rgb(250,161,104); }

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

border-color css

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

 span { border-color: rgb(250,161,104); }

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