Html Css Color HEX #FDA369 Hit Pink

📋 copy color: '#FDA369'

red 253 ◦ green 163 ◦ blue 105

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

Shades of Hit Pink #FDA369

Tints of Hit Pink #FDA369

RGB

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

 GREEN value IS 163 (64.06% from 255) = 31.29%

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

R = 48.56%
G = 31.29%
B = 20.15%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.58

 K value IS 0.01

RGB Variations

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

Color information

#FDA369 (or 0xFDA369) is known color: Hit Pink. HEX triplet: FD, A3 and 69. RGB value is (253,163,105). Sum of RGB (Red+Green+Blue) = 253+163+105=521 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.56% from 521); Green value is 163 (64.06% from 255 or 31.29% from 521); Blue value is 105 (41.41% from 255 or 20.15% from 521); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA369 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA369 is #025C96. Grayscale: #B7B7B7. Windows color (decimal): -154775 or 6923261. OLE color: 6923261.

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

Color convert

RGB 253 163 105 -
CMYK 0 0.36 0.58 0.01
HSL 23.51º 0.97% 0.7% -
HSV(B) 23.51º 0.58% 0.99% -
XYZ 56.16 48.1 19.69 -
YUV 183.3 83.82 177.72 -
System Red Green Blue C M Y K H S L
Decimal 253 163 105 0 0.36 0.58 0.01 23.51 0.97 0.7
Hex FD A3 69 0 24 3A 1 18 61 46
Octal 375 243 151 0 44 72 1 30 141 106
Binary 11111101 10100011 1101001 0 100100 111010 1 11000 1100001 1000110

Color Harmonies of #FDA369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA369

Black with #FDA369

Text Example


Text Example

White with #FDA369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA369; }

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

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

background-color css

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

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

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

border-color css

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

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

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