Html Css Color HEX #FDA069 Hit Pink

📋 copy color: '#FDA069'

red 253 ◦ green 160 ◦ blue 105

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

Shades of Hit Pink #FDA069

Tints of Hit Pink #FDA069

RGB

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

 GREEN value IS 160 (62.89% from 255) = 30.89%

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

R = 48.84%
G = 30.89%
B = 20.27%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.58

 K value IS 0.01

RGB Variations

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

Color information

#FDA069 (or 0xFDA069) is known color: Hit Pink. HEX triplet: FD, A0 and 69. RGB value is (253,160,105). Sum of RGB (Red+Green+Blue) = 253+160+105=518 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.84% from 518); Green value is 160 (62.89% from 255 or 30.89% from 518); Blue value is 105 (41.41% from 255 or 20.27% from 518); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA069 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA069 is #025F96. Grayscale: #B5B5B5. Windows color (decimal): -155543 or 6922493. OLE color: 6922493.

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

Color convert

RGB 253 160 105 -
CMYK 0 0.37 0.58 0.01
HSL 22.3º 0.97% 0.7% -
HSV(B) 22.3º 0.58% 0.99% -
XYZ 55.63 47.04 19.51 -
YUV 181.54 84.81 178.97 -
System Red Green Blue C M Y K H S L
Decimal 253 160 105 0 0.37 0.58 0.01 22.3 0.97 0.7
Hex FD A0 69 0 25 3A 1 16 61 46
Octal 375 240 151 0 45 72 1 26 141 106
Binary 11111101 10100000 1101001 0 100101 111010 1 10110 1100001 1000110

Color Harmonies of #FDA069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA069

Black with #FDA069

Text Example


Text Example

White with #FDA069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA069; }

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

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

background-color css

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

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

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

border-color css

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

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

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