Html Css Color HEX #FCC691 Peach-Orange

📋 copy color: '#FCC691'

red 252 ◦ green 198 ◦ blue 145

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

Shades of Peach-Orange #FCC691

Tints of Peach-Orange #FCC691

RGB

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

 GREEN value IS 198 (77.73% from 255) = 33.28%

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

R = 42.35%
G = 33.28%
B = 24.37%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.42

 K value IS 0.01

RGB Variations

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

Color information

#FCC691 (or 0xFCC691) is known color: Peach-Orange. HEX triplet: FC, C6 and 91. RGB value is (252,198,145). Sum of RGB (Red+Green+Blue) = 252+198+145=595 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.35% from 595); Green value is 198 (77.73% from 255 or 33.28% from 595); Blue value is 145 (57.03% from 255 or 24.37% from 595); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC691 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC691 is #03396E. Grayscale: #D0D0D0. Windows color (decimal): -211311 or 9553660. OLE color: 9553660.

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

Color convert

RGB 252 198 145 -
CMYK 0 0.21 0.42 0.01
HSL 29.72º 0.95% 0.78% -
HSV(B) 29.72º 0.42% 0.99% -
XYZ 65.45 63.13 35.52 -
YUV 208.1 92.39 159.31 -
System Red Green Blue C M Y K H S L
Decimal 252 198 145 0 0.21 0.42 0.01 29.72 0.95 0.78
Hex FC C6 91 0 15 2A 1 1E 5F 4E
Octal 374 306 221 0 25 52 1 36 137 116
Binary 11111100 11000110 10010001 0 10101 101010 1 11110 1011111 1001110

Color Harmonies of #FCC691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC691

Black with #FCC691

Text Example


Text Example

White with #FCC691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC691; }

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

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

background-color css

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

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

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

border-color css

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

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

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