Html Css Color HEX #F9CE94 Peach-Orange

📋 copy color: '#F9CE94'

red 249 ◦ green 206 ◦ blue 148

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

Shades of Peach-Orange #F9CE94

Tints of Peach-Orange #F9CE94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 24.54%

R = 41.29%
G = 34.16%
B = 24.54%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#F9CE94 (or 0xF9CE94) is known color: Peach-Orange. HEX triplet: F9, CE and 94. RGB value is (249,206,148). Sum of RGB (Red+Green+Blue) = 249+206+148=603 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.29% from 603); Green value is 206 (80.86% from 255 or 34.16% from 603); Blue value is 148 (58.20% from 255 or 24.54% from 603); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CE94 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9CE94 is #06316B. Grayscale: #D4D4D4. Windows color (decimal): -405868 or 9752313. OLE color: 9752313.

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

Color convert

RGB 249 206 148 -
CMYK 0 0.17 0.41 0.02
HSL 34.46º 0.89% 0.78% -
HSV(B) 34.46º 0.41% 0.98% -
XYZ 66.48 66.42 37.33 -
YUV 212.25 91.75 154.22 -
System Red Green Blue C M Y K H S L
Decimal 249 206 148 0 0.17 0.41 0.02 34.46 0.89 0.78
Hex F9 CE 94 0 11 29 2 22 59 4E
Octal 371 316 224 0 21 51 2 42 131 116
Binary 11111001 11001110 10010100 0 10001 101001 10 100010 1011001 1001110

Color Harmonies of #F9CE94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9CE94

Black with #F9CE94

Text Example


Text Example

White with #F9CE94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9CE94; }

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

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

background-color css

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

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

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

border-color css

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

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

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