Html Css Color HEX #FFA674 Hit Pink

📋 copy color: '#FFA674'

red 255 ◦ green 166 ◦ blue 116

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

Shades of Hit Pink #FFA674

Tints of Hit Pink #FFA674

RGB

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

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

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

R = 47.49%
G = 30.91%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.55

 K value IS 0

RGB Variations

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

Color information

#FFA674 (or 0xFFA674) is known color: Hit Pink. HEX triplet: FF, A6 and 74. RGB value is (255,166,116). Sum of RGB (Red+Green+Blue) = 255+166+116=537 (71% of max value = 765). Red value is 255 (100% from 255 or 47.49% from 537); Green value is 166 (65.23% from 255 or 30.91% from 537); Blue value is 116 (45.70% from 255 or 21.60% from 537); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA674 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA674 is #00598B. Grayscale: #BBBBBB. Windows color (decimal): -22924 or 7644927. OLE color: 7644927.

HSL color Cylindrical-coordinate representation of color #FFA674: hue angle of 21.58º 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 #FFA674 is Cyan = 0, Magento = 0.35, Yellow = 0.55 and Black (K on CMYK) = 0.

Color convert

RGB 255 166 116 -
CMYK 0 0.35 0.55 0
HSL 21.58º 1% 0.73% -
HSV(B) 21.58º 0.55% 1% -
XYZ 58.03 49.79 23.08 -
YUV 186.91 87.99 176.57 -
System Red Green Blue C M Y K H S L
Decimal 255 166 116 0 0.35 0.55 0 21.58 1 0.73
Hex FF A6 74 0 23 37 0 16 64 49
Octal 377 246 164 0 43 67 0 26 144 111
Binary 11111111 10100110 1110100 0 100011 110111 0 10110 1100100 1001001

Color Harmonies of #FFA674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA674

Black with #FFA674

Text Example


Text Example

White with #FFA674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA674; }

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

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

background-color css

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

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

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

border-color css

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

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

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