Html Css Color HEX #FDA370 Hit Pink

📋 copy color: '#FDA370'

red 253 ◦ green 163 ◦ blue 112

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

Shades of Hit Pink #FDA370

Tints of Hit Pink #FDA370

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 21.21%

R = 47.92%
G = 30.87%
B = 21.21%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FDA370 (or 0xFDA370) is known color: Hit Pink. HEX triplet: FD, A3 and 70. RGB value is (253,163,112). Sum of RGB (Red+Green+Blue) = 253+163+112=528 (69% of max value = 765). Red value is 253 (99.22% from 255 or 47.92% from 528); Green value is 163 (64.06% from 255 or 30.87% from 528); Blue value is 112 (44.14% from 255 or 21.21% from 528); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA370 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA370 is #025C8F. Grayscale: #B8B8B8. Windows color (decimal): -154768 or 7382013. OLE color: 7382013.

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

Color convert

RGB 253 163 112 -
CMYK 0 0.36 0.56 0.01
HSL 21.7º 0.97% 0.72% -
HSV(B) 21.7º 0.56% 0.99% -
XYZ 56.53 48.25 21.66 -
YUV 184.1 87.32 177.15 -
System Red Green Blue C M Y K H S L
Decimal 253 163 112 0 0.36 0.56 0.01 21.7 0.97 0.72
Hex FD A3 70 0 24 38 1 16 61 48
Octal 375 243 160 0 44 70 1 26 141 110
Binary 11111101 10100011 1110000 0 100100 111000 1 10110 1100001 1001000

Color Harmonies of #FDA370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA370

Black with #FDA370

Text Example


Text Example

White with #FDA370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA370; }

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

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

background-color css

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

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

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

border-color css

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

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

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