Html Css Color HEX #F9CE95 Peach-Orange

📋 copy color: '#F9CE95'

red 249 ◦ green 206 ◦ blue 149

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

Shades of Peach-Orange #F9CE95

Tints of Peach-Orange #F9CE95

RGB

 RED value IS 249 (97.66% from 255) = 41.23%

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

 BLUE value IS 149 (58.59% from 255) = 24.67%

R = 41.23%
G = 34.11%
B = 24.67%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#F9CE95 (or 0xF9CE95) is known color: Peach-Orange. HEX triplet: F9, CE and 95. RGB value is (249,206,149). Sum of RGB (Red+Green+Blue) = 249+206+149=604 (80% of max value = 765). Red value is 249 (97.66% from 255 or 41.23% from 604); Green value is 206 (80.86% from 255 or 34.11% from 604); Blue value is 149 (58.59% from 255 or 24.67% from 604); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CE95 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9CE95 is #06316A. Grayscale: #D4D4D4. Windows color (decimal): -405867 or 9817849. OLE color: 9817849.

HSL color Cylindrical-coordinate representation of color #F9CE95: hue angle of 34.2º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F9CE95 is Cyan = 0, Magento = 0.17, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 206 149 -
CMYK 0 0.17 0.40 0.02
HSL 34.2º 0.89% 0.78% -
HSV(B) 34.2º 0.4% 0.98% -
XYZ 66.56 66.45 37.75 -
YUV 212.36 92.25 154.13 -
System Red Green Blue C M Y K H S L
Decimal 249 206 149 0 0.17 0.40 0.02 34.2 0.89 0.78
Hex F9 CE 95 0 11 28 2 22 59 4E
Octal 371 316 225 0 21 50 2 42 131 116
Binary 11111001 11001110 10010101 0 10001 101000 10 100010 1011001 1001110

Color Harmonies of #F9CE95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9CE95

Black with #F9CE95

Text Example


Text Example

White with #F9CE95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9CE95; }

 p { color: rgb(249,206,149); }

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

background-color css

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

 a { background-color: rgb(249,206,149); }

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

border-color css

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

 span { border-color: rgb(249,206,149); }

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