Html Css Color HEX #FDA073 Hit Pink

📋 copy color: '#FDA073'

red 253 ◦ green 160 ◦ blue 115

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

Shades of Hit Pink #FDA073

Tints of Hit Pink #FDA073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 21.78%

R = 47.92%
G = 30.3%
B = 21.78%

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

#FDA073 (or 0xFDA073) is known color: Hit Pink. HEX triplet: FD, A0 and 73. RGB value is (253,160,115). Sum of RGB (Red+Green+Blue) = 253+160+115=528 (69% of max value = 765). Red value is 253 (99.22% from 255 or 47.92% from 528); Green value is 160 (62.89% from 255 or 30.30% from 528); Blue value is 115 (45.31% from 255 or 21.78% from 528); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA073 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA073 is #025F8C. Grayscale: #B6B6B6. Windows color (decimal): -155533 or 7577853. OLE color: 7577853.

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

Color convert

RGB 253 160 115 -
CMYK 0 0.37 0.55 0.01
HSL 19.57º 0.97% 0.72% -
HSV(B) 19.57º 0.55% 0.99% -
XYZ 56.17 47.26 22.38 -
YUV 182.68 89.81 178.16 -
System Red Green Blue C M Y K H S L
Decimal 253 160 115 0 0.37 0.55 0.01 19.57 0.97 0.72
Hex FD A0 73 0 25 37 1 14 61 48
Octal 375 240 163 0 45 67 1 24 141 110
Binary 11111101 10100000 1110011 0 100101 110111 1 10100 1100001 1001000

Color Harmonies of #FDA073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA073

Black with #FDA073

Text Example


Text Example

White with #FDA073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA073; }

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

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

background-color css

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

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

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

border-color css

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

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

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