Html Css Color HEX #FDA86B Hit Pink

📋 copy color: '#FDA86B'

red 253 ◦ green 168 ◦ blue 107

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

Shades of Hit Pink #FDA86B

Tints of Hit Pink #FDA86B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 20.27%

R = 47.92%
G = 31.82%
B = 20.27%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.58

 K value IS 0.01

RGB Variations

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

Color information

#FDA86B (or 0xFDA86B) is known color: Hit Pink. HEX triplet: FD, A8 and 6B. RGB value is (253,168,107). Sum of RGB (Red+Green+Blue) = 253+168+107=528 (69% of max value = 765). Red value is 253 (99.22% from 255 or 47.92% from 528); Green value is 168 (66.02% from 255 or 31.82% from 528); Blue value is 107 (42.19% from 255 or 20.27% from 528); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA86B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA86B is #025794. Grayscale: #BABABA. Windows color (decimal): -153493 or 7055613. OLE color: 7055613.

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

Color convert

RGB 253 168 107 -
CMYK 0 0.34 0.58 0.01
HSL 25.07º 0.97% 0.71% -
HSV(B) 25.07º 0.58% 0.99% -
XYZ 57.16 49.95 20.54 -
YUV 186.46 83.16 175.46 -
System Red Green Blue C M Y K H S L
Decimal 253 168 107 0 0.34 0.58 0.01 25.07 0.97 0.71
Hex FD A8 6B 0 22 3A 1 19 61 47
Octal 375 250 153 0 42 72 1 31 141 107
Binary 11111101 10101000 1101011 0 100010 111010 1 11001 1100001 1000111

Color Harmonies of #FDA86B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA86B

Black with #FDA86B

Text Example


Text Example

White with #FDA86B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA86B; }

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

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

background-color css

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

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

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

border-color css

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

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

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