Html Css Color HEX #FDA869 Hit Pink

📋 copy color: '#FDA869'

red 253 ◦ green 168 ◦ blue 105

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

Shades of Hit Pink #FDA869

Tints of Hit Pink #FDA869

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 19.96%

R = 48.1%
G = 31.94%
B = 19.96%

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

#FDA869 (or 0xFDA869) is known color: Hit Pink. HEX triplet: FD, A8 and 69. RGB value is (253,168,105). Sum of RGB (Red+Green+Blue) = 253+168+105=526 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.10% from 526); Green value is 168 (66.02% from 255 or 31.94% from 526); Blue value is 105 (41.41% from 255 or 19.96% from 526); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA869 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA869 is #025796. Grayscale: #BABABA. Windows color (decimal): -153495 or 6924541. OLE color: 6924541.

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

Color convert

RGB 253 168 105 -
CMYK 0 0.34 0.58 0.01
HSL 25.54º 0.97% 0.7% -
HSV(B) 25.54º 0.58% 0.99% -
XYZ 57.06 49.91 19.99 -
YUV 186.23 82.16 175.62 -
System Red Green Blue C M Y K H S L
Decimal 253 168 105 0 0.34 0.58 0.01 25.54 0.97 0.7
Hex FD A8 69 0 22 3A 1 1A 61 46
Octal 375 250 151 0 42 72 1 32 141 106
Binary 11111101 10101000 1101001 0 100010 111010 1 11010 1100001 1000110

Color Harmonies of #FDA869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA869

Black with #FDA869

Text Example


Text Example

White with #FDA869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA869; }

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

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

background-color css

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

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

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

border-color css

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

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

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