Html Css Color HEX #FDA86D Hit Pink

📋 copy color: '#FDA86D'

red 253 ◦ green 168 ◦ blue 109

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

Shades of Hit Pink #FDA86D

Tints of Hit Pink #FDA86D

RGB

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

 GREEN value IS 168 (66.02% from 255) = 31.7%

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

R = 47.74%
G = 31.7%
B = 20.57%

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

#FDA86D (or 0xFDA86D) is known color: Hit Pink. HEX triplet: FD, A8 and 6D. RGB value is (253,168,109). Sum of RGB (Red+Green+Blue) = 253+168+109=530 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.74% from 530); Green value is 168 (66.02% from 255 or 31.70% from 530); Blue value is 109 (42.97% from 255 or 20.57% from 530); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA86D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA86D is #025792. Grayscale: #BBBBBB. Windows color (decimal): -153491 or 7186685. OLE color: 7186685.

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

Color convert

RGB 253 168 109 -
CMYK 0 0.34 0.57 0.01
HSL 24.58º 0.97% 0.71% -
HSV(B) 24.58º 0.57% 0.99% -
XYZ 57.27 49.99 21.1 -
YUV 186.69 84.16 175.3 -
System Red Green Blue C M Y K H S L
Decimal 253 168 109 0 0.34 0.57 0.01 24.58 0.97 0.71
Hex FD A8 6D 0 22 39 1 19 61 47
Octal 375 250 155 0 42 71 1 31 141 107
Binary 11111101 10101000 1101101 0 100010 111001 1 11001 1100001 1000111

Color Harmonies of #FDA86D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA86D

Black with #FDA86D

Text Example


Text Example

White with #FDA86D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA86D; }

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

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

background-color css

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

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

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

border-color css

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

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

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