Html Css Color HEX #FFCE99 Peach-Orange

📋 copy color: '#FFCE99'

red 255 ◦ green 206 ◦ blue 153

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

Shades of Peach-Orange #FFCE99

Tints of Peach-Orange #FFCE99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 24.92%

R = 41.53%
G = 33.55%
B = 24.92%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.4

 K value IS 0

RGB Variations

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

Color information

#FFCE99 (or 0xFFCE99) is known color: Peach-Orange. HEX triplet: FF, CE and 99. RGB value is (255,206,153). Sum of RGB (Red+Green+Blue) = 255+206+153=614 (81% of max value = 765). Red value is 255 (100% from 255 or 41.53% from 614); Green value is 206 (80.86% from 255 or 33.55% from 614); Blue value is 153 (60.16% from 255 or 24.92% from 614); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCE99 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCE99 is #003166. Grayscale: #D6D6D6. Windows color (decimal): -12647 or 10079999. OLE color: 10079999.

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

Color convert

RGB 255 206 153 -
CMYK 0 0.19 0.4 0
HSL 31.18º 1% 0.8% -
HSV(B) 31.18º 0.4% 1% -
XYZ 69.06 67.7 39.56 -
YUV 214.61 93.23 156.81 -
System Red Green Blue C M Y K H S L
Decimal 255 206 153 0 0.19 0.4 0 31.18 1 0.8
Hex FF CE 99 0 13 28 0 1F 64 50
Octal 377 316 231 0 23 50 0 37 144 120
Binary 11111111 11001110 10011001 0 10011 101000 0 11111 1100100 1010000

Color Harmonies of #FFCE99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCE99

Black with #FFCE99

Text Example


Text Example

White with #FFCE99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCE99; }

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

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

background-color css

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

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

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

border-color css

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

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

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