Html Css Color HEX #FFCE91 Peach-Orange

📋 copy color: '#FFCE91'

red 255 ◦ green 206 ◦ blue 145

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

Shades of Peach-Orange #FFCE91

Tints of Peach-Orange #FFCE91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 23.93%

R = 42.08%
G = 33.99%
B = 23.93%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.43

 K value IS 0

RGB Variations

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

Color information

#FFCE91 (or 0xFFCE91) is known color: Peach-Orange. HEX triplet: FF, CE and 91. RGB value is (255,206,145). Sum of RGB (Red+Green+Blue) = 255+206+145=606 (80% of max value = 765). Red value is 255 (100% from 255 or 42.08% from 606); Green value is 206 (80.86% from 255 or 33.99% from 606); Blue value is 145 (57.03% from 255 or 23.93% from 606); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCE91 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCE91 is #00316E. Grayscale: #D5D5D5. Windows color (decimal): -12655 or 9555711. OLE color: 9555711.

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

Color convert

RGB 255 206 145 -
CMYK 0 0.19 0.43 0
HSL 33.27º 1% 0.78% -
HSV(B) 33.27º 0.43% 1% -
XYZ 68.42 67.45 36.2 -
YUV 213.7 89.23 157.46 -
System Red Green Blue C M Y K H S L
Decimal 255 206 145 0 0.19 0.43 0 33.27 1 0.78
Hex FF CE 91 0 13 2B 0 21 64 4E
Octal 377 316 221 0 23 53 0 41 144 116
Binary 11111111 11001110 10010001 0 10011 101011 0 100001 1100100 1001110

Color Harmonies of #FFCE91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCE91

Black with #FFCE91

Text Example


Text Example

White with #FFCE91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCE91; }

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

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

background-color css

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

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

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

border-color css

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

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

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