Html Css Color HEX #FDA375 Hit Pink

📋 copy color: '#FDA375'

red 253 ◦ green 163 ◦ blue 117

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

Shades of Hit Pink #FDA375

Tints of Hit Pink #FDA375

RGB

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

 GREEN value IS 163 (64.06% from 255) = 30.58%

 BLUE value IS 117 (46.09% from 255) = 21.95%

R = 47.47%
G = 30.58%
B = 21.95%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#FDA375 (or 0xFDA375) is known color: Hit Pink. HEX triplet: FD, A3 and 75. RGB value is (253,163,117). Sum of RGB (Red+Green+Blue) = 253+163+117=533 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.47% from 533); Green value is 163 (64.06% from 255 or 30.58% from 533); Blue value is 117 (46.09% from 255 or 21.95% from 533); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA375 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA375 is #025C8A. Grayscale: #B8B8B8. Windows color (decimal): -154763 or 7709693. OLE color: 7709693.

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

Color convert

RGB 253 163 117 -
CMYK 0 0.36 0.54 0.01
HSL 20.29º 0.97% 0.73% -
HSV(B) 20.29º 0.54% 0.99% -
XYZ 56.82 48.36 23.17 -
YUV 184.67 89.82 176.74 -
System Red Green Blue C M Y K H S L
Decimal 253 163 117 0 0.36 0.54 0.01 20.29 0.97 0.73
Hex FD A3 75 0 24 36 1 14 61 49
Octal 375 243 165 0 44 66 1 24 141 111
Binary 11111101 10100011 1110101 0 100100 110110 1 10100 1100001 1001001

Color Harmonies of #FDA375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA375

Black with #FDA375

Text Example


Text Example

White with #FDA375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA375; }

 p { color: rgb(253,163,117); }

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

background-color css

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

 a { background-color: rgb(253,163,117); }

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

border-color css

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

 span { border-color: rgb(253,163,117); }

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