Html Css Color HEX #FFA968 Hit Pink

📋 copy color: '#FFA968'

red 255 ◦ green 169 ◦ blue 104

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

Shades of Hit Pink #FFA968

Tints of Hit Pink #FFA968

RGB

 RED value IS 255 (100% from 255) = 48.3%

 GREEN value IS 169 (66.41% from 255) = 32.01%

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

R = 48.3%
G = 32.01%
B = 19.7%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.59

 K value IS 0

RGB Variations

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

Color information

#FFA968 (or 0xFFA968) is known color: Hit Pink. HEX triplet: FF, A9 and 68. RGB value is (255,169,104). Sum of RGB (Red+Green+Blue) = 255+169+104=528 (69% of max value = 765). Red value is 255 (100% from 255 or 48.30% from 528); Green value is 169 (66.41% from 255 or 32.01% from 528); Blue value is 104 (41.02% from 255 or 19.70% from 528); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA968 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA968 is #005697. Grayscale: #BBBBBB. Windows color (decimal): -22168 or 6859263. OLE color: 6859263.

HSL color Cylindrical-coordinate representation of color #FFA968: hue angle of 25.83º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FFA968 is Cyan = 0, Magento = 0.34, Yellow = 0.59 and Black (K on CMYK) = 0.

Color convert

RGB 255 169 104 -
CMYK 0 0.34 0.59 0
HSL 25.83º 1% 0.7% -
HSV(B) 25.83º 0.59% 1% -
XYZ 57.93 50.64 19.82 -
YUV 187.3 80.99 176.29 -
System Red Green Blue C M Y K H S L
Decimal 255 169 104 0 0.34 0.59 0 25.83 1 0.7
Hex FF A9 68 0 22 3B 0 1A 64 46
Octal 377 251 150 0 42 73 0 32 144 106
Binary 11111111 10101001 1101000 0 100010 111011 0 11010 1100100 1000110

Color Harmonies of #FFA968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA968

Black with #FFA968

Text Example


Text Example

White with #FFA968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA968; }

 p { color: rgb(255,169,104); }

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

background-color css

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

 a { background-color: rgb(255,169,104); }

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

border-color css

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

 span { border-color: rgb(255,169,104); }

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