Html Css Color HEX #FDA272 Hit Pink

📋 copy color: '#FDA272'

red 253 ◦ green 162 ◦ blue 114

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

Shades of Hit Pink #FDA272

Tints of Hit Pink #FDA272

RGB

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

 GREEN value IS 162 (63.67% from 255) = 30.62%

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

R = 47.83%
G = 30.62%
B = 21.55%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.55

 K value IS 0.01

RGB Variations

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

Color information

#FDA272 (or 0xFDA272) is known color: Hit Pink. HEX triplet: FD, A2 and 72. RGB value is (253,162,114). Sum of RGB (Red+Green+Blue) = 253+162+114=529 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.83% from 529); Green value is 162 (63.67% from 255 or 30.62% from 529); Blue value is 114 (44.92% from 255 or 21.55% from 529); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA272 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA272 is #025D8D. Grayscale: #B8B8B8. Windows color (decimal): -155022 or 7512829. OLE color: 7512829.

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

Color convert

RGB 253 162 114 -
CMYK 0 0.36 0.55 0.01
HSL 20.72º 0.97% 0.72% -
HSV(B) 20.72º 0.55% 0.99% -
XYZ 56.47 47.94 22.2 -
YUV 183.74 88.65 177.4 -
System Red Green Blue C M Y K H S L
Decimal 253 162 114 0 0.36 0.55 0.01 20.72 0.97 0.72
Hex FD A2 72 0 24 37 1 15 61 48
Octal 375 242 162 0 44 67 1 25 141 110
Binary 11111101 10100010 1110010 0 100100 110111 1 10101 1100001 1001000

Color Harmonies of #FDA272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA272

Black with #FDA272

Text Example


Text Example

White with #FDA272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA272; }

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

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

background-color css

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

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

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

border-color css

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

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

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