Html Css Color HEX #FDA670 Hit Pink

📋 copy color: '#FDA670'

red 253 ◦ green 166 ◦ blue 112

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

Shades of Hit Pink #FDA670

Tints of Hit Pink #FDA670

RGB

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

 GREEN value IS 166 (65.23% from 255) = 31.26%

 BLUE value IS 112 (44.14% from 255) = 21.09%

R = 47.65%
G = 31.26%
B = 21.09%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FDA670 (or 0xFDA670) is known color: Hit Pink. HEX triplet: FD, A6 and 70. RGB value is (253,166,112). Sum of RGB (Red+Green+Blue) = 253+166+112=531 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.65% from 531); Green value is 166 (65.23% from 255 or 31.26% from 531); Blue value is 112 (44.14% from 255 or 21.09% from 531); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA670 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA670 is #02598F. Grayscale: #BABABA. Windows color (decimal): -154000 or 7382781. OLE color: 7382781.

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

Color convert

RGB 253 166 112 -
CMYK 0 0.34 0.56 0.01
HSL 22.98º 0.97% 0.72% -
HSV(B) 22.98º 0.56% 0.99% -
XYZ 57.07 49.32 21.84 -
YUV 185.86 86.32 175.89 -
System Red Green Blue C M Y K H S L
Decimal 253 166 112 0 0.34 0.56 0.01 22.98 0.97 0.72
Hex FD A6 70 0 22 38 1 17 61 48
Octal 375 246 160 0 42 70 1 27 141 110
Binary 11111101 10100110 1110000 0 100010 111000 1 10111 1100001 1001000

Color Harmonies of #FDA670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA670

Black with #FDA670

Text Example


Text Example

White with #FDA670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA670; }

 p { color: rgb(253,166,112); }

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

background-color css

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

 a { background-color: rgb(253,166,112); }

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

border-color css

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

 span { border-color: rgb(253,166,112); }

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