Html Css Color HEX #FCA869 Hit Pink

📋 copy color: '#FCA869'

red 252 ◦ green 168 ◦ blue 105

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

Shades of Hit Pink #FCA869

Tints of Hit Pink #FCA869

RGB

 RED value IS 252 (98.83% from 255) = 48%

 GREEN value IS 168 (66.02% from 255) = 32%

 BLUE value IS 105 (41.41% from 255) = 20%

R = 48%
G = 32%
B = 20%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.58

 K value IS 0.01

RGB Variations

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

Color information

#FCA869 (or 0xFCA869) is known color: Hit Pink. HEX triplet: FC, A8 and 69. RGB value is (252,168,105). Sum of RGB (Red+Green+Blue) = 252+168+105=525 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48% from 525); Green value is 168 (66.02% from 255 or 32% from 525); Blue value is 105 (41.41% from 255 or 20% from 525); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA869 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCA869 is #035796. Grayscale: #BABABA. Windows color (decimal): -219031 or 6924540. OLE color: 6924540.

HSL color Cylindrical-coordinate representation of color #FCA869: hue angle of 25.71º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FCA869 is Cyan = 0, Magento = 0.33, Yellow = 0.58 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 168 105 -
CMYK 0 0.33 0.58 0.01
HSL 25.71º 0.96% 0.7% -
HSV(B) 25.71º 0.58% 0.99% -
XYZ 56.7 49.72 19.97 -
YUV 185.93 82.33 175.12 -
System Red Green Blue C M Y K H S L
Decimal 252 168 105 0 0.33 0.58 0.01 25.71 0.96 0.7
Hex FC A8 69 0 21 3A 1 1A 60 46
Octal 374 250 151 0 41 72 1 32 140 106
Binary 11111100 10101000 1101001 0 100001 111010 1 11010 1100000 1000110

Color Harmonies of #FCA869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA869

Black with #FCA869

Text Example


Text Example

White with #FCA869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA869; }

 p { color: rgb(252,168,105); }

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

background-color css

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

 a { background-color: rgb(252,168,105); }

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

border-color css

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

 span { border-color: rgb(252,168,105); }

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