Html Css Color HEX #FAA570 Hit Pink

📋 copy color: '#FAA570'

red 250 ◦ green 165 ◦ blue 112

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

Shades of Hit Pink #FAA570

Tints of Hit Pink #FAA570

RGB

 RED value IS 250 (98.05% from 255) = 47.44%

 GREEN value IS 165 (64.84% from 255) = 31.31%

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

R = 47.44%
G = 31.31%
B = 21.25%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#FAA570 (or 0xFAA570) is known color: Hit Pink. HEX triplet: FA, A5 and 70. RGB value is (250,165,112). Sum of RGB (Red+Green+Blue) = 250+165+112=527 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.44% from 527); Green value is 165 (64.84% from 255 or 31.31% from 527); Blue value is 112 (44.14% from 255 or 21.25% from 527); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA570 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA570 is #055A8F. Grayscale: #B8B8B8. Windows color (decimal): -350864 or 7382522. OLE color: 7382522.

HSL color Cylindrical-coordinate representation of color #FAA570: hue angle of 23.04º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FAA570 is Cyan = 0, Magento = 0.34, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 165 112 -
CMYK 0 0.34 0.55 0.02
HSL 23.04º 0.93% 0.71% -
HSV(B) 23.04º 0.55% 0.98% -
XYZ 55.8 48.4 21.73 -
YUV 184.37 87.16 174.81 -
System Red Green Blue C M Y K H S L
Decimal 250 165 112 0 0.34 0.55 0.02 23.04 0.93 0.71
Hex FA A5 70 0 22 37 2 17 5D 47
Octal 372 245 160 0 42 67 2 27 135 107
Binary 11111010 10100101 1110000 0 100010 110111 10 10111 1011101 1000111

Color Harmonies of #FAA570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA570

Black with #FAA570

Text Example


Text Example

White with #FAA570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA570; }

 p { color: rgb(250,165,112); }

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

background-color css

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

 a { background-color: rgb(250,165,112); }

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

border-color css

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

 span { border-color: rgb(250,165,112); }

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