Html Css Color HEX #FDA268 Hit Pink

📋 copy color: '#FDA268'

red 253 ◦ green 162 ◦ blue 104

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

Shades of Hit Pink #FDA268

Tints of Hit Pink #FDA268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 20.04%

R = 48.75%
G = 31.21%
B = 20.04%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.59

 K value IS 0.01

RGB Variations

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

Color information

#FDA268 (or 0xFDA268) is known color: Hit Pink. HEX triplet: FD, A2 and 68. RGB value is (253,162,104). Sum of RGB (Red+Green+Blue) = 253+162+104=519 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.75% from 519); Green value is 162 (63.67% from 255 or 31.21% from 519); Blue value is 104 (41.02% from 255 or 20.04% from 519); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA268 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA268 is #025D97. Grayscale: #B6B6B6. Windows color (decimal): -155032 or 6857469. OLE color: 6857469.

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

Color convert

RGB 253 162 104 -
CMYK 0 0.36 0.59 0.01
HSL 23.36º 0.97% 0.7% -
HSV(B) 23.36º 0.59% 0.99% -
XYZ 55.93 47.72 19.36 -
YUV 182.6 83.65 178.22 -
System Red Green Blue C M Y K H S L
Decimal 253 162 104 0 0.36 0.59 0.01 23.36 0.97 0.7
Hex FD A2 68 0 24 3B 1 17 61 46
Octal 375 242 150 0 44 73 1 27 141 106
Binary 11111101 10100010 1101000 0 100100 111011 1 10111 1100001 1000110

Color Harmonies of #FDA268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA268

Black with #FDA268

Text Example


Text Example

White with #FDA268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA268; }

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

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

background-color css

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

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

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

border-color css

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

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

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