Html Css Color HEX #FDA36E Hit Pink

📋 copy color: '#FDA36E'

red 253 ◦ green 163 ◦ blue 110

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

Shades of Hit Pink #FDA36E

Tints of Hit Pink #FDA36E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 20.91%

R = 48.1%
G = 30.99%
B = 20.91%

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

#FDA36E (or 0xFDA36E) is known color: Hit Pink. HEX triplet: FD, A3 and 6E. RGB value is (253,163,110). Sum of RGB (Red+Green+Blue) = 253+163+110=526 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.10% from 526); Green value is 163 (64.06% from 255 or 30.99% from 526); Blue value is 110 (43.36% from 255 or 20.91% from 526); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA36E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA36E is #025C91. Grayscale: #B8B8B8. Windows color (decimal): -154770 or 7250941. OLE color: 7250941.

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

Color convert

RGB 253 163 110 -
CMYK 0 0.36 0.57 0.01
HSL 22.24º 0.97% 0.71% -
HSV(B) 22.24º 0.57% 0.99% -
XYZ 56.42 48.2 21.08 -
YUV 183.87 86.32 177.31 -
System Red Green Blue C M Y K H S L
Decimal 253 163 110 0 0.36 0.57 0.01 22.24 0.97 0.71
Hex FD A3 6E 0 24 39 1 16 61 47
Octal 375 243 156 0 44 71 1 26 141 107
Binary 11111101 10100011 1101110 0 100100 111001 1 10110 1100001 1000111

Color Harmonies of #FDA36E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA36E

Black with #FDA36E

Text Example


Text Example

White with #FDA36E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA36E; }

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

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

background-color css

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

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

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

border-color css

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

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

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