Html Css Color HEX #FFCE97 Peach-Orange

📋 copy color: '#FFCE97'

red 255 ◦ green 206 ◦ blue 151

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

Shades of Peach-Orange #FFCE97

Tints of Peach-Orange #FFCE97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 24.67%

R = 41.67%
G = 33.66%
B = 24.67%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.41

 K value IS 0

RGB Variations

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

Color information

#FFCE97 (or 0xFFCE97) is known color: Peach-Orange. HEX triplet: FF, CE and 97. RGB value is (255,206,151). Sum of RGB (Red+Green+Blue) = 255+206+151=612 (81% of max value = 765). Red value is 255 (100% from 255 or 41.67% from 612); Green value is 206 (80.86% from 255 or 33.66% from 612); Blue value is 151 (59.38% from 255 or 24.67% from 612); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCE97 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCE97 is #003168. Grayscale: #D6D6D6. Windows color (decimal): -12649 or 9948927. OLE color: 9948927.

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

Color convert

RGB 255 206 151 -
CMYK 0 0.19 0.41 0
HSL 31.73º 1% 0.8% -
HSV(B) 31.73º 0.41% 1% -
XYZ 68.9 67.64 38.7 -
YUV 214.38 92.23 156.97 -
System Red Green Blue C M Y K H S L
Decimal 255 206 151 0 0.19 0.41 0 31.73 1 0.8
Hex FF CE 97 0 13 29 0 20 64 50
Octal 377 316 227 0 23 51 0 40 144 120
Binary 11111111 11001110 10010111 0 10011 101001 0 100000 1100100 1010000

Color Harmonies of #FFCE97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCE97

Black with #FFCE97

Text Example


Text Example

White with #FFCE97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCE97; }

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

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

background-color css

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

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

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

border-color css

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

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

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