Html Css Color HEX #FDA86E Hit Pink

📋 copy color: '#FDA86E'

red 253 ◦ green 168 ◦ blue 110

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

Shades of Hit Pink #FDA86E

Tints of Hit Pink #FDA86E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 20.72%

R = 47.65%
G = 31.64%
B = 20.72%

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

#FDA86E (or 0xFDA86E) is known color: Hit Pink. HEX triplet: FD, A8 and 6E. RGB value is (253,168,110). Sum of RGB (Red+Green+Blue) = 253+168+110=531 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.65% from 531); Green value is 168 (66.02% from 255 or 31.64% from 531); Blue value is 110 (43.36% from 255 or 20.72% from 531); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA86E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA86E is #025791. Grayscale: #BBBBBB. Windows color (decimal): -153490 or 7252221. OLE color: 7252221.

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

Color convert

RGB 253 168 110 -
CMYK 0 0.34 0.57 0.01
HSL 24.34º 0.97% 0.71% -
HSV(B) 24.34º 0.57% 0.99% -
XYZ 57.33 50.01 21.38 -
YUV 186.8 84.66 175.22 -
System Red Green Blue C M Y K H S L
Decimal 253 168 110 0 0.34 0.57 0.01 24.34 0.97 0.71
Hex FD A8 6E 0 22 39 1 18 61 47
Octal 375 250 156 0 42 71 1 30 141 107
Binary 11111101 10101000 1101110 0 100010 111001 1 11000 1100001 1000111

Color Harmonies of #FDA86E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA86E

Black with #FDA86E

Text Example


Text Example

White with #FDA86E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA86E; }

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

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

background-color css

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

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

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

border-color css

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

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

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