Html Css Color HEX #FDA470 Hit Pink

📋 copy color: '#FDA470'

red 253 ◦ green 164 ◦ blue 112

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

Shades of Hit Pink #FDA470

Tints of Hit Pink #FDA470

RGB

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

 GREEN value IS 164 (64.45% from 255) = 31%

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

R = 47.83%
G = 31%
B = 21.17%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FDA470 (or 0xFDA470) is known color: Hit Pink. HEX triplet: FD, A4 and 70. RGB value is (253,164,112). Sum of RGB (Red+Green+Blue) = 253+164+112=529 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.83% from 529); Green value is 164 (64.45% from 255 or 31.00% from 529); Blue value is 112 (44.14% from 255 or 21.17% from 529); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA470 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA470 is #025B8F. Grayscale: #B8B8B8. Windows color (decimal): -154512 or 7382269. OLE color: 7382269.

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

Color convert

RGB 253 164 112 -
CMYK 0 0.35 0.56 0.01
HSL 22.13º 0.97% 0.72% -
HSV(B) 22.13º 0.56% 0.99% -
XYZ 56.71 48.6 21.72 -
YUV 184.68 86.99 176.73 -
System Red Green Blue C M Y K H S L
Decimal 253 164 112 0 0.35 0.56 0.01 22.13 0.97 0.72
Hex FD A4 70 0 23 38 1 16 61 48
Octal 375 244 160 0 43 70 1 26 141 110
Binary 11111101 10100100 1110000 0 100011 111000 1 10110 1100001 1001000

Color Harmonies of #FDA470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA470

Black with #FDA470

Text Example


Text Example

White with #FDA470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA470; }

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

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

background-color css

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

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

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

border-color css

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

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

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