Html Css Color HEX #FDA970 Hit Pink

📋 copy color: '#FDA970'

red 253 ◦ green 169 ◦ blue 112

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

Shades of Hit Pink #FDA970

Tints of Hit Pink #FDA970

RGB

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

 GREEN value IS 169 (66.41% from 255) = 31.65%

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

R = 47.38%
G = 31.65%
B = 20.97%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FDA970 (or 0xFDA970) is known color: Hit Pink. HEX triplet: FD, A9 and 70. RGB value is (253,169,112). Sum of RGB (Red+Green+Blue) = 253+169+112=534 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.38% from 534); Green value is 169 (66.41% from 255 or 31.65% from 534); Blue value is 112 (44.14% from 255 or 20.97% from 534); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA970 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA970 is #02568F. Grayscale: #BBBBBB. Windows color (decimal): -153232 or 7383549. OLE color: 7383549.

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

Color convert

RGB 253 169 112 -
CMYK 0 0.33 0.56 0.01
HSL 24.26º 0.97% 0.72% -
HSV(B) 24.26º 0.56% 0.99% -
XYZ 57.62 50.43 22.03 -
YUV 187.62 85.33 174.63 -
System Red Green Blue C M Y K H S L
Decimal 253 169 112 0 0.33 0.56 0.01 24.26 0.97 0.72
Hex FD A9 70 0 21 38 1 18 61 48
Octal 375 251 160 0 41 70 1 30 141 110
Binary 11111101 10101001 1110000 0 100001 111000 1 11000 1100001 1001000

Color Harmonies of #FDA970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA970

Black with #FDA970

Text Example


Text Example

White with #FDA970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA970; }

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

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

background-color css

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

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

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

border-color css

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

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

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