Html Css Color HEX #FCC291 Peach-Orange

📋 copy color: '#FCC291'

red 252 ◦ green 194 ◦ blue 145

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

Shades of Peach-Orange #FCC291

Tints of Peach-Orange #FCC291

RGB

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

 GREEN value IS 194 (76.17% from 255) = 32.83%

 BLUE value IS 145 (57.03% from 255) = 24.53%

R = 42.64%
G = 32.83%
B = 24.53%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.42

 K value IS 0.01

RGB Variations

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

Color information

#FCC291 (or 0xFCC291) is known color: Peach-Orange. HEX triplet: FC, C2 and 91. RGB value is (252,194,145). Sum of RGB (Red+Green+Blue) = 252+194+145=591 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.64% from 591); Green value is 194 (76.17% from 255 or 32.83% from 591); Blue value is 145 (57.03% from 255 or 24.53% from 591); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC291 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC291 is #033D6E. Grayscale: #CECECE. Windows color (decimal): -212335 or 9552636. OLE color: 9552636.

HSL color Cylindrical-coordinate representation of color #FCC291: hue angle of 27.48º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FCC291 is Cyan = 0, Magento = 0.23, Yellow = 0.42 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 194 145 -
CMYK 0 0.23 0.42 0.01
HSL 27.48º 0.95% 0.78% -
HSV(B) 27.48º 0.42% 0.99% -
XYZ 64.55 61.32 35.22 -
YUV 205.76 93.72 160.98 -
System Red Green Blue C M Y K H S L
Decimal 252 194 145 0 0.23 0.42 0.01 27.48 0.95 0.78
Hex FC C2 91 0 17 2A 1 1B 5F 4E
Octal 374 302 221 0 27 52 1 33 137 116
Binary 11111100 11000010 10010001 0 10111 101010 1 11011 1011111 1001110

Color Harmonies of #FCC291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC291

Black with #FCC291

Text Example


Text Example

White with #FCC291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC291; }

 p { color: rgb(252,194,145); }

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

background-color css

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

 a { background-color: rgb(252,194,145); }

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

border-color css

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

 span { border-color: rgb(252,194,145); }

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