Html Css Color HEX #FDA170 Hit Pink

📋 copy color: '#FDA170'

red 253 ◦ green 161 ◦ blue 112

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

Shades of Hit Pink #FDA170

Tints of Hit Pink #FDA170

RGB

 RED value IS 253 (99.22% from 255) = 48.1%

 GREEN value IS 161 (63.28% from 255) = 30.61%

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

R = 48.1%
G = 30.61%
B = 21.29%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FDA170 (or 0xFDA170) is known color: Hit Pink. HEX triplet: FD, A1 and 70. RGB value is (253,161,112). Sum of RGB (Red+Green+Blue) = 253+161+112=526 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.10% from 526); Green value is 161 (63.28% from 255 or 30.61% from 526); Blue value is 112 (44.14% from 255 or 21.29% from 526); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA170 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA170 is #025E8F. Grayscale: #B7B7B7. Windows color (decimal): -155280 or 7381501. OLE color: 7381501.

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

Color convert

RGB 253 161 112 -
CMYK 0 0.36 0.56 0.01
HSL 20.85º 0.97% 0.72% -
HSV(B) 20.85º 0.56% 0.99% -
XYZ 56.18 47.54 21.54 -
YUV 182.92 87.98 177.98 -
System Red Green Blue C M Y K H S L
Decimal 253 161 112 0 0.36 0.56 0.01 20.85 0.97 0.72
Hex FD A1 70 0 24 38 1 15 61 48
Octal 375 241 160 0 44 70 1 25 141 110
Binary 11111101 10100001 1110000 0 100100 111000 1 10101 1100001 1001000

Color Harmonies of #FDA170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA170

Black with #FDA170

Text Example


Text Example

White with #FDA170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA170; }

 p { color: rgb(253,161,112); }

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

background-color css

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

 a { background-color: rgb(253,161,112); }

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

border-color css

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

 span { border-color: rgb(253,161,112); }

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