#F9CA8E

Color #F9CA8E Peach-Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Peach-Orange #F9CA8E

Tints of Peach-Orange #F9CA8E

Color information

#F9CA8E (or 0xF9CA8E) is unknown color: approx Peach-Orange. HEX triplet: F9, CA and 8E. RGB value is (249,202,142). Sum of RGB (Red+Green+Blue) = 249+202+142=593 (78% of max value = 765). Red value is 249 (97.66% from 255 or 41.99% from 593); Green value is 202 (79.30% from 255 or 34.06% from 593); Blue value is 142 (55.86% from 255 or 23.95% from 593); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CA8E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9CA8E is #063571. Grayscale: #D1D1D1. Windows color (decimal): -406898 or 9358073. OLE color: 9358073.

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

Color convert

RGB249202142-
CMYK00.190.430.02
HSL33.64º89.92%76.67%-
HSV(B)33.64º42.97%97.65%-
XYZ65.0764.3334.58-
YUV209.2190.07156.38-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 41.99%
GREEN value IS 202 (79.30% from 255) = 34.06%
BLUE value IS 142 (55.86% from 255) = 23.95%
R=41.99%
G=34.06%
B=23.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.43
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24920214200.190.430.0233.6489.9276.67
HexF9CA8E0132B2225a4d
Octal37131221602353242132115
Binary1111100111001010100011100100111010111010001010110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9CA8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9CA8E; }

 p { color: rgb(249,202,142); }

 H1.HeaderClassName
 {
   color: #F9CA8E;
 }
 .AnyTagClassName
 {
   color: #F9CA8E;
 }
</style>
background-color css

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

 a { background-color: rgb(249,202,142); }

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

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

 span { border-color: rgb(249,202,142); }

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