Html Css Color HEX #FDA271 Hit Pink

📋 copy color: '#FDA271'

red 253 ◦ green 162 ◦ blue 113

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

Shades of Hit Pink #FDA271

Tints of Hit Pink #FDA271

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 21.4%

R = 47.92%
G = 30.68%
B = 21.4%

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

#FDA271 (or 0xFDA271) is known color: Hit Pink. HEX triplet: FD, A2 and 71. RGB value is (253,162,113). Sum of RGB (Red+Green+Blue) = 253+162+113=528 (69% of max value = 765). Red value is 253 (99.22% from 255 or 47.92% from 528); Green value is 162 (63.67% from 255 or 30.68% from 528); Blue value is 113 (44.53% from 255 or 21.40% from 528); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA271 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA271 is #025D8E. Grayscale: #B7B7B7. Windows color (decimal): -155023 or 7447293. OLE color: 7447293.

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

Color convert

RGB 253 162 113 -
CMYK 0 0.36 0.55 0.01
HSL 21º 0.97% 0.72% -
HSV(B) 21º 0.55% 0.99% -
XYZ 56.41 47.92 21.9 -
YUV 183.62 88.15 177.48 -
System Red Green Blue C M Y K H S L
Decimal 253 162 113 0 0.36 0.55 0.01 21 0.97 0.72
Hex FD A2 71 0 24 37 1 15 61 48
Octal 375 242 161 0 44 67 1 25 141 110
Binary 11111101 10100010 1110001 0 100100 110111 1 10101 1100001 1001000

Color Harmonies of #FDA271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA271

Black with #FDA271

Text Example


Text Example

White with #FDA271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA271; }

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

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

background-color css

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

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

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

border-color css

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

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

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