Html Css Color HEX #FDA570 Hit Pink

📋 copy color: '#FDA570'

red 253 ◦ green 165 ◦ blue 112

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

Shades of Hit Pink #FDA570

Tints of Hit Pink #FDA570

RGB

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

 GREEN value IS 165 (64.84% from 255) = 31.13%

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

R = 47.74%
G = 31.13%
B = 21.13%

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

#FDA570 (or 0xFDA570) is known color: Hit Pink. HEX triplet: FD, A5 and 70. RGB value is (253,165,112). Sum of RGB (Red+Green+Blue) = 253+165+112=530 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.74% from 530); Green value is 165 (64.84% from 255 or 31.13% from 530); Blue value is 112 (44.14% from 255 or 21.13% from 530); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA570 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA570 is #025A8F. Grayscale: #B9B9B9. Windows color (decimal): -154256 or 7382525. OLE color: 7382525.

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

Color convert

RGB 253 165 112 -
CMYK 0 0.35 0.56 0.01
HSL 22.55º 0.97% 0.72% -
HSV(B) 22.55º 0.56% 0.99% -
XYZ 56.89 48.96 21.78 -
YUV 185.27 86.65 176.31 -
System Red Green Blue C M Y K H S L
Decimal 253 165 112 0 0.35 0.56 0.01 22.55 0.97 0.72
Hex FD A5 70 0 23 38 1 17 61 48
Octal 375 245 160 0 43 70 1 27 141 110
Binary 11111101 10100101 1110000 0 100011 111000 1 10111 1100001 1001000

Color Harmonies of #FDA570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA570

Black with #FDA570

Text Example


Text Example

White with #FDA570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA570; }

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

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

background-color css

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

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

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

border-color css

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

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

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