Html Css Color HEX #FFCE98 Peach-Orange

📋 copy color: '#FFCE98'

red 255 ◦ green 206 ◦ blue 152

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

Shades of Peach-Orange #FFCE98

Tints of Peach-Orange #FFCE98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 24.8%

R = 41.6%
G = 33.61%
B = 24.8%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.40

 K value IS 0

RGB Variations

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

Color information

#FFCE98 (or 0xFFCE98) is known color: Peach-Orange. HEX triplet: FF, CE and 98. RGB value is (255,206,152). Sum of RGB (Red+Green+Blue) = 255+206+152=613 (81% of max value = 765). Red value is 255 (100% from 255 or 41.60% from 613); Green value is 206 (80.86% from 255 or 33.61% from 613); Blue value is 152 (59.77% from 255 or 24.80% from 613); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCE98 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCE98 is #003167. Grayscale: #D6D6D6. Windows color (decimal): -12648 or 10014463. OLE color: 10014463.

HSL color Cylindrical-coordinate representation of color #FFCE98: hue angle of 31.46º 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 #FFCE98 is Cyan = 0, Magento = 0.19, Yellow = 0.40 and Black (K on CMYK) = 0.

Color convert

RGB 255 206 152 -
CMYK 0 0.19 0.40 0
HSL 31.46º 1% 0.8% -
HSV(B) 31.46º 0.4% 1% -
XYZ 68.98 67.67 39.13 -
YUV 214.5 92.73 156.89 -
System Red Green Blue C M Y K H S L
Decimal 255 206 152 0 0.19 0.40 0 31.46 1 0.8
Hex FF CE 98 0 13 28 0 1F 64 50
Octal 377 316 230 0 23 50 0 37 144 120
Binary 11111111 11001110 10011000 0 10011 101000 0 11111 1100100 1010000

Color Harmonies of #FFCE98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCE98

Black with #FFCE98

Text Example


Text Example

White with #FFCE98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCE98; }

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

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

background-color css

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

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

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

border-color css

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

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

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