Html Css Color HEX #FCC794 Peach-Orange

📋 copy color: '#FCC794'

red 252 ◦ green 199 ◦ blue 148

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

Shades of Peach-Orange #FCC794

Tints of Peach-Orange #FCC794

RGB

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

 GREEN value IS 199 (78.13% from 255) = 33.22%

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

R = 42.07%
G = 33.22%
B = 24.71%

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

#FCC794 (or 0xFCC794) is known color: Peach-Orange. HEX triplet: FC, C7 and 94. RGB value is (252,199,148). Sum of RGB (Red+Green+Blue) = 252+199+148=599 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.07% from 599); Green value is 199 (78.12% from 255 or 33.22% from 599); Blue value is 148 (58.20% from 255 or 24.71% from 599); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC794 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC794 is #03386B. Grayscale: #D1D1D1. Windows color (decimal): -211052 or 9750524. OLE color: 9750524.

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

Color convert

RGB 252 199 148 -
CMYK 0 0.21 0.41 0.01
HSL 29.42º 0.95% 0.78% -
HSV(B) 29.42º 0.41% 0.99% -
XYZ 65.91 63.68 36.83 -
YUV 209.03 93.56 158.65 -
System Red Green Blue C M Y K H S L
Decimal 252 199 148 0 0.21 0.41 0.01 29.42 0.95 0.78
Hex FC C7 94 0 15 29 1 1D 5F 4E
Octal 374 307 224 0 25 51 1 35 137 116
Binary 11111100 11000111 10010100 0 10101 101001 1 11101 1011111 1001110

Color Harmonies of #FCC794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC794

Black with #FCC794

Text Example


Text Example

White with #FCC794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC794; }

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

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

background-color css

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

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

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

border-color css

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

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

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