Html Css Color HEX #FFCE94 Peach-Orange

📋 copy color: '#FFCE94'

red 255 ◦ green 206 ◦ blue 148

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

Shades of Peach-Orange #FFCE94

Tints of Peach-Orange #FFCE94

RGB

 RED value IS 255 (100% from 255) = 41.87%

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

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

R = 41.87%
G = 33.83%
B = 24.3%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.42

 K value IS 0

RGB Variations

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

Color information

#FFCE94 (or 0xFFCE94) is known color: Peach-Orange. HEX triplet: FF, CE and 94. RGB value is (255,206,148). Sum of RGB (Red+Green+Blue) = 255+206+148=609 (80% of max value = 765). Red value is 255 (100% from 255 or 41.87% from 609); Green value is 206 (80.86% from 255 or 33.83% from 609); Blue value is 148 (58.20% from 255 or 24.30% from 609); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCE94 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCE94 is #00316B. Grayscale: #D6D6D6. Windows color (decimal): -12652 or 9752319. OLE color: 9752319.

HSL color Cylindrical-coordinate representation of color #FFCE94: hue angle of 32.52º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FFCE94 is Cyan = 0, Magento = 0.19, Yellow = 0.42 and Black (K on CMYK) = 0.

Color convert

RGB 255 206 148 -
CMYK 0 0.19 0.42 0
HSL 32.52º 1% 0.79% -
HSV(B) 32.52º 0.42% 1% -
XYZ 68.66 67.54 37.44 -
YUV 214.04 90.73 157.22 -
System Red Green Blue C M Y K H S L
Decimal 255 206 148 0 0.19 0.42 0 32.52 1 0.79
Hex FF CE 94 0 13 2A 0 21 64 4F
Octal 377 316 224 0 23 52 0 41 144 117
Binary 11111111 11001110 10010100 0 10011 101010 0 100001 1100100 1001111

Color Harmonies of #FFCE94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCE94

Black with #FFCE94

Text Example


Text Example

White with #FFCE94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCE94; }

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

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

background-color css

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

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

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

border-color css

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

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

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