#F9C38E

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

Shades of Peach-Orange #F9C38E

Tints of Peach-Orange #F9C38E

Color information

#F9C38E (or 0xF9C38E) is unknown color: approx Peach-Orange. HEX triplet: F9, C3 and 8E. RGB value is (249,195,142). Sum of RGB (Red+Green+Blue) = 249+195+142=586 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.49% from 586); Green value is 195 (76.56% from 255 or 33.28% from 586); Blue value is 142 (55.86% from 255 or 24.23% from 586); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C38E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9C38E is #063C71. Grayscale: #CDCDCD. Windows color (decimal): -408690 or 9356281. OLE color: 9356281.

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

Color convert

RGB249195142-
CMYK00.220.430.02
HSL29.72º89.92%76.67%-
HSV(B)29.72º42.97%97.65%-
XYZ63.4661.1234.04-
YUV205.192.39159.31-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 42.49%
GREEN value IS 195 (76.56% from 255) = 33.28%
BLUE value IS 142 (55.86% from 255) = 24.23%
R=42.49%
G=33.28%
B=24.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.43
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24919514200.220.430.0229.7289.9276.67
HexF9C38E0162B21e5a4d
Octal37130321602653236132115
Binary111110011100001110001110010110101011101111010110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9C38E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9C38E; }

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

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

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

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

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

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

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

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