Html Css Color HEX #FEAD70 Hit Pink

📋 copy color: '#FEAD70'

red 254 ◦ green 173 ◦ blue 112

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

Shades of Hit Pink #FEAD70

Tints of Hit Pink #FEAD70

RGB

 RED value IS 254 (99.61% from 255) = 47.12%

 GREEN value IS 173 (67.97% from 255) = 32.1%

 BLUE value IS 112 (44.14% from 255) = 20.78%

R = 47.12%
G = 32.1%
B = 20.78%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.56

 K value IS 0.00

RGB Variations

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

Color information

#FEAD70 (or 0xFEAD70) is known color: Hit Pink. HEX triplet: FE, AD and 70. RGB value is (254,173,112). Sum of RGB (Red+Green+Blue) = 254+173+112=539 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.12% from 539); Green value is 173 (67.97% from 255 or 32.10% from 539); Blue value is 112 (44.14% from 255 or 20.78% from 539); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAD70 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEAD70 is #01528F. Grayscale: #BEBEBE. Windows color (decimal): -86672 or 7384574. OLE color: 7384574.

HSL color Cylindrical-coordinate representation of color #FEAD70: hue angle of 25.77º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FEAD70 is Cyan = 0, Magento = 0.32, Yellow = 0.56 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 173 112 -
CMYK 0 0.32 0.56 0.00
HSL 25.77º 0.99% 0.72% -
HSV(B) 25.77º 0.56% 1% -
XYZ 58.74 52.13 22.29 -
YUV 190.27 83.84 173.46 -
System Red Green Blue C M Y K H S L
Decimal 254 173 112 0 0.32 0.56 0.00 25.77 0.99 0.72
Hex FE AD 70 0 20 38 0 1A 63 48
Octal 376 255 160 0 40 70 0 32 143 110
Binary 11111110 10101101 1110000 0 100000 111000 0 11010 1100011 1001000

Color Harmonies of #FEAD70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAD70

Black with #FEAD70

Text Example


Text Example

White with #FEAD70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAD70; }

 p { color: rgb(254,173,112); }

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

background-color css

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

 a { background-color: rgb(254,173,112); }

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

border-color css

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

 span { border-color: rgb(254,173,112); }

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