Html Css Color HEX #FFAD6F Hit Pink

📋 copy color: '#FFAD6F'

red 255 ◦ green 173 ◦ blue 111

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

Shades of Hit Pink #FFAD6F

Tints of Hit Pink #FFAD6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 20.59%

R = 47.31%
G = 32.1%
B = 20.59%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.56

 K value IS 0

RGB Variations

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

Color information

#FFAD6F (or 0xFFAD6F) is known color: Hit Pink. HEX triplet: FF, AD and 6F. RGB value is (255,173,111). Sum of RGB (Red+Green+Blue) = 255+173+111=539 (71% of max value = 765). Red value is 255 (100% from 255 or 47.31% from 539); Green value is 173 (67.97% from 255 or 32.10% from 539); Blue value is 111 (43.75% from 255 or 20.59% from 539); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAD6F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAD6F is #005290. Grayscale: #BEBEBE. Windows color (decimal): -21137 or 7319039. OLE color: 7319039.

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

Color convert

RGB 255 173 111 -
CMYK 0 0.32 0.56 0
HSL 25.83º 1% 0.72% -
HSV(B) 25.83º 0.56% 1% -
XYZ 59.05 52.29 22.02 -
YUV 190.45 83.17 174.04 -
System Red Green Blue C M Y K H S L
Decimal 255 173 111 0 0.32 0.56 0 25.83 1 0.72
Hex FF AD 6F 0 20 38 0 1A 64 48
Octal 377 255 157 0 40 70 0 32 144 110
Binary 11111111 10101101 1101111 0 100000 111000 0 11010 1100100 1001000

Color Harmonies of #FFAD6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAD6F

Black with #FFAD6F

Text Example


Text Example

White with #FFAD6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAD6F; }

 p { color: rgb(255,173,111); }

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

background-color css

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

 a { background-color: rgb(255,173,111); }

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

border-color css

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

 span { border-color: rgb(255,173,111); }

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