Html Css Color HEX #FCA268 Hit Pink

📋 copy color: '#FCA268'

red 252 ◦ green 162 ◦ blue 104

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

Shades of Hit Pink #FCA268

Tints of Hit Pink #FCA268

RGB

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

 GREEN value IS 162 (63.67% from 255) = 31.27%

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

R = 48.65%
G = 31.27%
B = 20.08%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.59

 K value IS 0.01

RGB Variations

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

Color information

#FCA268 (or 0xFCA268) is known color: Hit Pink. HEX triplet: FC, A2 and 68. RGB value is (252,162,104). Sum of RGB (Red+Green+Blue) = 252+162+104=518 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.65% from 518); Green value is 162 (63.67% from 255 or 31.27% from 518); Blue value is 104 (41.02% from 255 or 20.08% from 518); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA268 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCA268 is #035D97. Grayscale: #B6B6B6. Windows color (decimal): -220568 or 6857468. OLE color: 6857468.

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

Color convert

RGB 252 162 104 -
CMYK 0 0.36 0.59 0.01
HSL 23.51º 0.96% 0.7% -
HSV(B) 23.51º 0.59% 0.99% -
XYZ 55.56 47.54 19.34 -
YUV 182.3 83.82 177.72 -
System Red Green Blue C M Y K H S L
Decimal 252 162 104 0 0.36 0.59 0.01 23.51 0.96 0.7
Hex FC A2 68 0 24 3B 1 18 60 46
Octal 374 242 150 0 44 73 1 30 140 106
Binary 11111100 10100010 1101000 0 100100 111011 1 11000 1100000 1000110

Color Harmonies of #FCA268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA268

Black with #FCA268

Text Example


Text Example

White with #FCA268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA268; }

 p { color: rgb(252,162,104); }

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

background-color css

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

 a { background-color: rgb(252,162,104); }

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

border-color css

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

 span { border-color: rgb(252,162,104); }

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