Html Css Color HEX #FDA368 Hit Pink

📋 copy color: '#FDA368'

red 253 ◦ green 163 ◦ blue 104

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

Shades of Hit Pink #FDA368

Tints of Hit Pink #FDA368

RGB

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

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

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

R = 48.65%
G = 31.35%
B = 20%

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

#FDA368 (or 0xFDA368) is known color: Hit Pink. HEX triplet: FD, A3 and 68. RGB value is (253,163,104). Sum of RGB (Red+Green+Blue) = 253+163+104=520 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.65% from 520); Green value is 163 (64.06% from 255 or 31.35% from 520); Blue value is 104 (41.02% from 255 or 20% from 520); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA368 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA368 is #025C97. Grayscale: #B7B7B7. Windows color (decimal): -154776 or 6857725. OLE color: 6857725.

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

Color convert

RGB 253 163 104 -
CMYK 0 0.36 0.59 0.01
HSL 23.76º 0.97% 0.7% -
HSV(B) 23.76º 0.59% 0.99% -
XYZ 56.1 48.08 19.42 -
YUV 183.18 83.32 177.8 -
System Red Green Blue C M Y K H S L
Decimal 253 163 104 0 0.36 0.59 0.01 23.76 0.97 0.7
Hex FD A3 68 0 24 3B 1 18 61 46
Octal 375 243 150 0 44 73 1 30 141 106
Binary 11111101 10100011 1101000 0 100100 111011 1 11000 1100001 1000110

Color Harmonies of #FDA368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA368

Black with #FDA368

Text Example


Text Example

White with #FDA368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA368; }

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

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

background-color css

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

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

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

border-color css

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

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

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