Html Css Color HEX #FDA76D Hit Pink

📋 copy color: '#FDA76D'

red 253 ◦ green 167 ◦ blue 109

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

Shades of Hit Pink #FDA76D

Tints of Hit Pink #FDA76D

RGB

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

 GREEN value IS 167 (65.63% from 255) = 31.57%

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

R = 47.83%
G = 31.57%
B = 20.6%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.57

 K value IS 0.01

RGB Variations

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

Color information

#FDA76D (or 0xFDA76D) is known color: Hit Pink. HEX triplet: FD, A7 and 6D. RGB value is (253,167,109). Sum of RGB (Red+Green+Blue) = 253+167+109=529 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.83% from 529); Green value is 167 (65.62% from 255 or 31.57% from 529); Blue value is 109 (42.97% from 255 or 20.60% from 529); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA76D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA76D is #025892. Grayscale: #BABABA. Windows color (decimal): -153747 or 7186429. OLE color: 7186429.

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

Color convert

RGB 253 167 109 -
CMYK 0 0.34 0.57 0.01
HSL 24.17º 0.97% 0.71% -
HSV(B) 24.17º 0.57% 0.99% -
XYZ 57.09 49.62 21.04 -
YUV 186.1 84.49 175.72 -
System Red Green Blue C M Y K H S L
Decimal 253 167 109 0 0.34 0.57 0.01 24.17 0.97 0.71
Hex FD A7 6D 0 22 39 1 18 61 47
Octal 375 247 155 0 42 71 1 30 141 107
Binary 11111101 10100111 1101101 0 100010 111001 1 11000 1100001 1000111

Color Harmonies of #FDA76D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA76D

Black with #FDA76D

Text Example


Text Example

White with #FDA76D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA76D; }

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

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

background-color css

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

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

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

border-color css

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

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

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