Html Css Color HEX #FDA86F Hit Pink

📋 copy color: '#FDA86F'

red 253 ◦ green 168 ◦ blue 111

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

Shades of Hit Pink #FDA86F

Tints of Hit Pink #FDA86F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 20.86%

R = 47.56%
G = 31.58%
B = 20.86%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FDA86F (or 0xFDA86F) is known color: Hit Pink. HEX triplet: FD, A8 and 6F. RGB value is (253,168,111). Sum of RGB (Red+Green+Blue) = 253+168+111=532 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.56% from 532); Green value is 168 (66.02% from 255 or 31.58% from 532); Blue value is 111 (43.75% from 255 or 20.86% from 532); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA86F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA86F is #025790. Grayscale: #BBBBBB. Windows color (decimal): -153489 or 7317757. OLE color: 7317757.

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

Color convert

RGB 253 168 111 -
CMYK 0 0.34 0.56 0.01
HSL 24.08º 0.97% 0.71% -
HSV(B) 24.08º 0.56% 0.99% -
XYZ 57.38 50.04 21.67 -
YUV 186.92 85.16 175.13 -
System Red Green Blue C M Y K H S L
Decimal 253 168 111 0 0.34 0.56 0.01 24.08 0.97 0.71
Hex FD A8 6F 0 22 38 1 18 61 47
Octal 375 250 157 0 42 70 1 30 141 107
Binary 11111101 10101000 1101111 0 100010 111000 1 11000 1100001 1000111

Color Harmonies of #FDA86F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA86F

Black with #FDA86F

Text Example


Text Example

White with #FDA86F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA86F; }

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

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

background-color css

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

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

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

border-color css

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

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

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