Html Css Color HEX #FDA972 Hit Pink

📋 copy color: '#FDA972'

red 253 ◦ green 169 ◦ blue 114

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

Shades of Hit Pink #FDA972

Tints of Hit Pink #FDA972

RGB

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

 GREEN value IS 169 (66.41% from 255) = 31.53%

 BLUE value IS 114 (44.92% from 255) = 21.27%

R = 47.2%
G = 31.53%
B = 21.27%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.55

 K value IS 0.01

RGB Variations

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

Color information

#FDA972 (or 0xFDA972) is known color: Hit Pink. HEX triplet: FD, A9 and 72. RGB value is (253,169,114). Sum of RGB (Red+Green+Blue) = 253+169+114=536 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.20% from 536); Green value is 169 (66.41% from 255 or 31.53% from 536); Blue value is 114 (44.92% from 255 or 21.27% from 536); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA972 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA972 is #02568D. Grayscale: #BCBCBC. Windows color (decimal): -153230 or 7514621. OLE color: 7514621.

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

Color convert

RGB 253 169 114 -
CMYK 0 0.33 0.55 0.01
HSL 23.74º 0.97% 0.72% -
HSV(B) 23.74º 0.55% 0.99% -
XYZ 57.73 50.47 22.62 -
YUV 187.85 86.33 174.47 -
System Red Green Blue C M Y K H S L
Decimal 253 169 114 0 0.33 0.55 0.01 23.74 0.97 0.72
Hex FD A9 72 0 21 37 1 18 61 48
Octal 375 251 162 0 41 67 1 30 141 110
Binary 11111101 10101001 1110010 0 100001 110111 1 11000 1100001 1001000

Color Harmonies of #FDA972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA972

Black with #FDA972

Text Example


Text Example

White with #FDA972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA972; }

 p { color: rgb(253,169,114); }

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

background-color css

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

 a { background-color: rgb(253,169,114); }

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

border-color css

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

 span { border-color: rgb(253,169,114); }

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