Html Css Color HEX #FDA072 Hit Pink

📋 copy color: '#FDA072'

red 253 ◦ green 160 ◦ blue 114

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

Shades of Hit Pink #FDA072

Tints of Hit Pink #FDA072

RGB

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

 GREEN value IS 160 (62.89% from 255) = 30.36%

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

R = 48.01%
G = 30.36%
B = 21.63%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.55

 K value IS 0.01

RGB Variations

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

Color information

#FDA072 (or 0xFDA072) is known color: Hit Pink. HEX triplet: FD, A0 and 72. RGB value is (253,160,114). Sum of RGB (Red+Green+Blue) = 253+160+114=527 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.01% from 527); Green value is 160 (62.89% from 255 or 30.36% from 527); Blue value is 114 (44.92% from 255 or 21.63% from 527); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA072 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA072 is #025F8D. Grayscale: #B6B6B6. Windows color (decimal): -155534 or 7512317. OLE color: 7512317.

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

Color convert

RGB 253 160 114 -
CMYK 0 0.37 0.55 0.01
HSL 19.86º 0.97% 0.72% -
HSV(B) 19.86º 0.55% 0.99% -
XYZ 56.12 47.24 22.08 -
YUV 182.56 89.31 178.24 -
System Red Green Blue C M Y K H S L
Decimal 253 160 114 0 0.37 0.55 0.01 19.86 0.97 0.72
Hex FD A0 72 0 25 37 1 14 61 48
Octal 375 240 162 0 45 67 1 24 141 110
Binary 11111101 10100000 1110010 0 100101 110111 1 10100 1100001 1001000

Color Harmonies of #FDA072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA072

Black with #FDA072

Text Example


Text Example

White with #FDA072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA072; }

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

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

background-color css

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

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

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

border-color css

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

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

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