Html Css Color HEX #FAA468 Hit Pink

📋 copy color: '#FAA468'

red 250 ◦ green 164 ◦ blue 104

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

Shades of Hit Pink #FAA468

Tints of Hit Pink #FAA468

RGB

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

 GREEN value IS 164 (64.45% from 255) = 31.66%

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

R = 48.26%
G = 31.66%
B = 20.08%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.58

 K value IS 0.02

RGB Variations

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

Color information

#FAA468 (or 0xFAA468) is known color: Hit Pink. HEX triplet: FA, A4 and 68. RGB value is (250,164,104). Sum of RGB (Red+Green+Blue) = 250+164+104=518 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.26% from 518); Green value is 164 (64.45% from 255 or 31.66% from 518); Blue value is 104 (41.02% from 255 or 20.08% from 518); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA468 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA468 is #055B97. Grayscale: #B7B7B7. Windows color (decimal): -351128 or 6857978. OLE color: 6857978.

HSL color Cylindrical-coordinate representation of color #FAA468: hue angle of 24.66º 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 #FAA468 is Cyan = 0, Magento = 0.34, Yellow = 0.58 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 164 104 -
CMYK 0 0.34 0.58 0.02
HSL 24.66º 0.94% 0.69% -
HSV(B) 24.66º 0.58% 0.98% -
XYZ 55.2 47.87 19.43 -
YUV 182.87 83.49 175.88 -
System Red Green Blue C M Y K H S L
Decimal 250 164 104 0 0.34 0.58 0.02 24.66 0.94 0.69
Hex FA A4 68 0 22 3A 2 19 5E 45
Octal 372 244 150 0 42 72 2 31 136 105
Binary 11111010 10100100 1101000 0 100010 111010 10 11001 1011110 1000101

Color Harmonies of #FAA468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA468

Black with #FAA468

Text Example


Text Example

White with #FAA468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA468; }

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

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

background-color css

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

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

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

border-color css

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

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

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