Html Css Color HEX #FDA870 Hit Pink

📋 copy color: '#FDA870'

red 253 ◦ green 168 ◦ blue 112

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

Shades of Hit Pink #FDA870

Tints of Hit Pink #FDA870

RGB

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

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

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

R = 47.47%
G = 31.52%
B = 21.01%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FDA870 (or 0xFDA870) is known color: Hit Pink. HEX triplet: FD, A8 and 70. RGB value is (253,168,112). Sum of RGB (Red+Green+Blue) = 253+168+112=533 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.47% from 533); Green value is 168 (66.02% from 255 or 31.52% from 533); Blue value is 112 (44.14% from 255 or 21.01% from 533); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA870 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA870 is #02578F. Grayscale: #BBBBBB. Windows color (decimal): -153488 or 7383293. OLE color: 7383293.

HSL color Cylindrical-coordinate representation of color #FDA870: hue angle of 23.83º 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 #FDA870 is Cyan = 0, Magento = 0.34, Yellow = 0.56 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 168 112 -
CMYK 0 0.34 0.56 0.01
HSL 23.83º 0.97% 0.72% -
HSV(B) 23.83º 0.56% 0.99% -
XYZ 57.44 50.06 21.96 -
YUV 187.03 85.66 175.05 -
System Red Green Blue C M Y K H S L
Decimal 253 168 112 0 0.34 0.56 0.01 23.83 0.97 0.72
Hex FD A8 70 0 22 38 1 18 61 48
Octal 375 250 160 0 42 70 1 30 141 110
Binary 11111101 10101000 1110000 0 100010 111000 1 11000 1100001 1001000

Color Harmonies of #FDA870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA870

Black with #FDA870

Text Example


Text Example

White with #FDA870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA870; }

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

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

background-color css

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

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

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

border-color css

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

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

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