Html Css Color HEX #FDA36D Hit Pink

📋 copy color: '#FDA36D'

red 253 ◦ green 163 ◦ blue 109

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

Shades of Hit Pink #FDA36D

Tints of Hit Pink #FDA36D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 20.76%

R = 48.19%
G = 31.05%
B = 20.76%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.57

 K value IS 0.01

RGB Variations

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

Color information

#FDA36D (or 0xFDA36D) is known color: Hit Pink. HEX triplet: FD, A3 and 6D. RGB value is (253,163,109). Sum of RGB (Red+Green+Blue) = 253+163+109=525 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.19% from 525); Green value is 163 (64.06% from 255 or 31.05% from 525); Blue value is 109 (42.97% from 255 or 20.76% from 525); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA36D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA36D is #025C92. Grayscale: #B8B8B8. Windows color (decimal): -154771 or 7185405. OLE color: 7185405.

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

Color convert

RGB 253 163 109 -
CMYK 0 0.36 0.57 0.01
HSL 22.5º 0.97% 0.71% -
HSV(B) 22.5º 0.57% 0.99% -
XYZ 56.37 48.18 20.8 -
YUV 183.75 85.82 177.39 -
System Red Green Blue C M Y K H S L
Decimal 253 163 109 0 0.36 0.57 0.01 22.5 0.97 0.71
Hex FD A3 6D 0 24 39 1 16 61 47
Octal 375 243 155 0 44 71 1 26 141 107
Binary 11111101 10100011 1101101 0 100100 111001 1 10110 1100001 1000111

Color Harmonies of #FDA36D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA36D

Black with #FDA36D

Text Example


Text Example

White with #FDA36D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA36D; }

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

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

background-color css

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

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

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

border-color css

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

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

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