Html Css Color HEX #FFA874 Hit Pink

📋 copy color: '#FFA874'

red 255 ◦ green 168 ◦ blue 116

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

Shades of Hit Pink #FFA874

Tints of Hit Pink #FFA874

RGB

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

 GREEN value IS 168 (66.02% from 255) = 31.17%

 BLUE value IS 116 (45.7% from 255) = 21.52%

R = 47.31%
G = 31.17%
B = 21.52%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.55

 K value IS 0

RGB Variations

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

Color information

#FFA874 (or 0xFFA874) is known color: Hit Pink. HEX triplet: FF, A8 and 74. RGB value is (255,168,116). Sum of RGB (Red+Green+Blue) = 255+168+116=539 (71% of max value = 765). Red value is 255 (100% from 255 or 47.31% from 539); Green value is 168 (66.02% from 255 or 31.17% from 539); Blue value is 116 (45.70% from 255 or 21.52% from 539); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA874 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA874 is #00578B. Grayscale: #BCBCBC. Windows color (decimal): -22412 or 7645439. OLE color: 7645439.

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

Color convert

RGB 255 168 116 -
CMYK 0 0.34 0.55 0
HSL 22.45º 1% 0.73% -
HSV(B) 22.45º 0.55% 1% -
XYZ 58.4 50.53 23.2 -
YUV 188.09 87.32 175.73 -
System Red Green Blue C M Y K H S L
Decimal 255 168 116 0 0.34 0.55 0 22.45 1 0.73
Hex FF A8 74 0 22 37 0 16 64 49
Octal 377 250 164 0 42 67 0 26 144 111
Binary 11111111 10101000 1110100 0 100010 110111 0 10110 1100100 1001001

Color Harmonies of #FFA874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA874

Black with #FFA874

Text Example


Text Example

White with #FFA874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA874; }

 p { color: rgb(255,168,116); }

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

background-color css

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

 a { background-color: rgb(255,168,116); }

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

border-color css

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

 span { border-color: rgb(255,168,116); }

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