Html Css Color HEX #FDA16D Hit Pink

📋 copy color: '#FDA16D'

red 253 ◦ green 161 ◦ blue 109

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

Shades of Hit Pink #FDA16D

Tints of Hit Pink #FDA16D

RGB

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

 GREEN value IS 161 (63.28% from 255) = 30.78%

 BLUE value IS 109 (42.97% from 255) = 20.84%

R = 48.37%
G = 30.78%
B = 20.84%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.57

 K value IS 0.01

RGB Variations

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

Color information

#FDA16D (or 0xFDA16D) is known color: Hit Pink. HEX triplet: FD, A1 and 6D. RGB value is (253,161,109). Sum of RGB (Red+Green+Blue) = 253+161+109=523 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.37% from 523); Green value is 161 (63.28% from 255 or 30.78% from 523); Blue value is 109 (42.97% from 255 or 20.84% from 523); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA16D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA16D is #025E92. Grayscale: #B6B6B6. Windows color (decimal): -155283 or 7184893. OLE color: 7184893.

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

Color convert

RGB 253 161 109 -
CMYK 0 0.36 0.57 0.01
HSL 21.67º 0.97% 0.71% -
HSV(B) 21.67º 0.57% 0.99% -
XYZ 56.01 47.48 20.68 -
YUV 182.58 86.48 178.23 -
System Red Green Blue C M Y K H S L
Decimal 253 161 109 0 0.36 0.57 0.01 21.67 0.97 0.71
Hex FD A1 6D 0 24 39 1 16 61 47
Octal 375 241 155 0 44 71 1 26 141 107
Binary 11111101 10100001 1101101 0 100100 111001 1 10110 1100001 1000111

Color Harmonies of #FDA16D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA16D

Black with #FDA16D

Text Example


Text Example

White with #FDA16D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA16D; }

 p { color: rgb(253,161,109); }

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

background-color css

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

 a { background-color: rgb(253,161,109); }

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

border-color css

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

 span { border-color: rgb(253,161,109); }

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