Html Css Color HEX #FCCE94 Peach-Orange

📋 copy color: '#FCCE94'

red 252 ◦ green 206 ◦ blue 148

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

Shades of Peach-Orange #FCCE94

Tints of Peach-Orange #FCCE94

RGB

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

 GREEN value IS 206 (80.86% from 255) = 33.99%

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

R = 41.58%
G = 33.99%
B = 24.42%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.41

 K value IS 0.01

RGB Variations

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

Color information

#FCCE94 (or 0xFCCE94) is known color: Peach-Orange. HEX triplet: FC, CE and 94. RGB value is (252,206,148). Sum of RGB (Red+Green+Blue) = 252+206+148=606 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.58% from 606); Green value is 206 (80.86% from 255 or 33.99% from 606); Blue value is 148 (58.20% from 255 or 24.42% from 606); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCE94 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCE94 is #03316B. Grayscale: #D5D5D5. Windows color (decimal): -209260 or 9752316. OLE color: 9752316.

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

Color convert

RGB 252 206 148 -
CMYK 0 0.18 0.41 0.01
HSL 33.46º 0.95% 0.78% -
HSV(B) 33.46º 0.41% 0.99% -
XYZ 67.56 66.98 37.38 -
YUV 213.14 91.24 155.72 -
System Red Green Blue C M Y K H S L
Decimal 252 206 148 0 0.18 0.41 0.01 33.46 0.95 0.78
Hex FC CE 94 0 12 29 1 21 5F 4E
Octal 374 316 224 0 22 51 1 41 137 116
Binary 11111100 11001110 10010100 0 10010 101001 1 100001 1011111 1001110

Color Harmonies of #FCCE94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCE94

Black with #FCCE94

Text Example


Text Example

White with #FCCE94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCE94; }

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

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

background-color css

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

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

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

border-color css

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

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

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