#F4C28E

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

Shades of Peach-Orange #F4C28E

Tints of Peach-Orange #F4C28E

Color information

#F4C28E (or 0xF4C28E) is unknown color: approx Peach-Orange. HEX triplet: F4, C2 and 8E. RGB value is (244,194,142). Sum of RGB (Red+Green+Blue) = 244+194+142=580 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.07% from 580); Green value is 194 (76.17% from 255 or 33.45% from 580); Blue value is 142 (55.86% from 255 or 24.48% from 580); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C28E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4C28E is #0B3D71. Grayscale: #CBCBCB. Windows color (decimal): -736626 or 9356020. OLE color: 9356020.

HSL color Cylindrical-coordinate representation of color #F4C28E: hue angle of 30.59º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F4C28E is Cyan = 0, Magento = 0.20, Yellow = 0.42 and Black (K on CMYK) = 0.04.

Color convert

RGB244194142-
CMYK00.200.420.04
HSL30.59º82.26%75.69%-
HSV(B)30.59º41.8%95.69%-
XYZ61.4859.7733.89-
YUV203.0293.56157.23-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 42.07%
GREEN value IS 194 (76.17% from 255) = 33.45%
BLUE value IS 142 (55.86% from 255) = 24.48%
R=42.07%
G=33.45%
B=24.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.42
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24419414200.200.420.0430.5982.2675.69
HexF4C28E0142A41f524c
Octal36430221602452437122114
Binary1111010011000010100011100101001010101001111110100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4C28E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4C28E; }

 p { color: rgb(244,194,142); }

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

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

 a { background-color: rgb(244,194,142); }

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

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

 span { border-color: rgb(244,194,142); }

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