Html Css Color HEX #FCC694 Peach-Orange

📋 copy color: '#FCC694'

red 252 ◦ green 198 ◦ blue 148

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

Shades of Peach-Orange #FCC694

Tints of Peach-Orange #FCC694

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 24.75%

R = 42.14%
G = 33.11%
B = 24.75%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.41

 K value IS 0.01

RGB Variations

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

Color information

#FCC694 (or 0xFCC694) is known color: Peach-Orange. HEX triplet: FC, C6 and 94. RGB value is (252,198,148). Sum of RGB (Red+Green+Blue) = 252+198+148=598 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.14% from 598); Green value is 198 (77.73% from 255 or 33.11% from 598); Blue value is 148 (58.20% from 255 or 24.75% from 598); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC694 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC694 is #03396B. Grayscale: #D0D0D0. Windows color (decimal): -211308 or 9750268. OLE color: 9750268.

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

Color convert

RGB 252 198 148 -
CMYK 0 0.21 0.41 0.01
HSL 28.85º 0.95% 0.78% -
HSV(B) 28.85º 0.41% 0.99% -
XYZ 65.68 63.22 36.76 -
YUV 208.45 93.89 159.07 -
System Red Green Blue C M Y K H S L
Decimal 252 198 148 0 0.21 0.41 0.01 28.85 0.95 0.78
Hex FC C6 94 0 15 29 1 1D 5F 4E
Octal 374 306 224 0 25 51 1 35 137 116
Binary 11111100 11000110 10010100 0 10101 101001 1 11101 1011111 1001110

Color Harmonies of #FCC694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC694

Black with #FCC694

Text Example


Text Example

White with #FCC694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC694; }

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

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

background-color css

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

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

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

border-color css

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

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

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