Html Css Color HEX #F9C894 Peach-Orange

📋 copy color: '#F9C894'

red 249 ◦ green 200 ◦ blue 148

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

Shades of Peach-Orange #F9C894

Tints of Peach-Orange #F9C894

RGB

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

 GREEN value IS 200 (78.52% from 255) = 33.5%

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

R = 41.71%
G = 33.5%
B = 24.79%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#F9C894 (or 0xF9C894) is known color: Peach-Orange. HEX triplet: F9, C8 and 94. RGB value is (249,200,148). Sum of RGB (Red+Green+Blue) = 249+200+148=597 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.71% from 597); Green value is 200 (78.52% from 255 or 33.50% from 597); Blue value is 148 (58.20% from 255 or 24.79% from 597); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C894 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9C894 is #06376B. Grayscale: #D0D0D0. Windows color (decimal): -407404 or 9750777. OLE color: 9750777.

HSL color Cylindrical-coordinate representation of color #F9C894: hue angle of 30.89º 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 #F9C894 is Cyan = 0, Magento = 0.20, Yellow = 0.41 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 200 148 -
CMYK 0 0.20 0.41 0.02
HSL 30.89º 0.89% 0.78% -
HSV(B) 30.89º 0.41% 0.98% -
XYZ 65.07 63.59 36.86 -
YUV 208.72 93.73 156.73 -
System Red Green Blue C M Y K H S L
Decimal 249 200 148 0 0.20 0.41 0.02 30.89 0.89 0.78
Hex F9 C8 94 0 14 29 2 1F 59 4E
Octal 371 310 224 0 24 51 2 37 131 116
Binary 11111001 11001000 10010100 0 10100 101001 10 11111 1011001 1001110

Color Harmonies of #F9C894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9C894

Black with #F9C894

Text Example


Text Example

White with #F9C894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9C894; }

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

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

background-color css

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

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

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

border-color css

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

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

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