Html Css Color HEX #FDA768 Hit Pink

📋 copy color: '#FDA768'

red 253 ◦ green 167 ◦ blue 104

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

Shades of Hit Pink #FDA768

Tints of Hit Pink #FDA768

RGB

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

 GREEN value IS 167 (65.63% from 255) = 31.87%

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

R = 48.28%
G = 31.87%
B = 19.85%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.59

 K value IS 0.01

RGB Variations

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

Color information

#FDA768 (or 0xFDA768) is known color: Hit Pink. HEX triplet: FD, A7 and 68. RGB value is (253,167,104). Sum of RGB (Red+Green+Blue) = 253+167+104=524 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.28% from 524); Green value is 167 (65.62% from 255 or 31.87% from 524); Blue value is 104 (41.02% from 255 or 19.85% from 524); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA768 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA768 is #025897. Grayscale: #B9B9B9. Windows color (decimal): -153752 or 6858749. OLE color: 6858749.

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

Color convert

RGB 253 167 104 -
CMYK 0 0.34 0.59 0.01
HSL 25.37º 0.97% 0.7% -
HSV(B) 25.37º 0.59% 0.99% -
XYZ 56.83 49.52 19.66 -
YUV 185.53 81.99 176.12 -
System Red Green Blue C M Y K H S L
Decimal 253 167 104 0 0.34 0.59 0.01 25.37 0.97 0.7
Hex FD A7 68 0 22 3B 1 19 61 46
Octal 375 247 150 0 42 73 1 31 141 106
Binary 11111101 10100111 1101000 0 100010 111011 1 11001 1100001 1000110

Color Harmonies of #FDA768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA768

Black with #FDA768

Text Example


Text Example

White with #FDA768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA768; }

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

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

background-color css

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

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

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

border-color css

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

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

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