Html Css Color HEX #FDA26E Hit Pink

📋 copy color: '#FDA26E'

red 253 ◦ green 162 ◦ blue 110

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

Shades of Hit Pink #FDA26E

Tints of Hit Pink #FDA26E

RGB

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

 GREEN value IS 162 (63.67% from 255) = 30.86%

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

R = 48.19%
G = 30.86%
B = 20.95%

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

#FDA26E (or 0xFDA26E) is known color: Hit Pink. HEX triplet: FD, A2 and 6E. RGB value is (253,162,110). Sum of RGB (Red+Green+Blue) = 253+162+110=525 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.19% from 525); Green value is 162 (63.67% from 255 or 30.86% from 525); Blue value is 110 (43.36% from 255 or 20.95% from 525); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA26E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA26E is #025D91. Grayscale: #B7B7B7. Windows color (decimal): -155026 or 7250685. OLE color: 7250685.

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

Color convert

RGB 253 162 110 -
CMYK 0 0.36 0.57 0.01
HSL 21.82º 0.97% 0.71% -
HSV(B) 21.82º 0.57% 0.99% -
XYZ 56.24 47.85 21.02 -
YUV 183.28 86.65 177.73 -
System Red Green Blue C M Y K H S L
Decimal 253 162 110 0 0.36 0.57 0.01 21.82 0.97 0.71
Hex FD A2 6E 0 24 39 1 16 61 47
Octal 375 242 156 0 44 71 1 26 141 107
Binary 11111101 10100010 1101110 0 100100 111001 1 10110 1100001 1000111

Color Harmonies of #FDA26E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA26E

Black with #FDA26E

Text Example


Text Example

White with #FDA26E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA26E; }

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

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

background-color css

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

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

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

border-color css

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

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

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