#F0E7CE

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

Shades of Orange White #F0E7CE

Tints of Orange White #F0E7CE

Color information

#F0E7CE (or 0xF0E7CE) is unknown color: approx Orange White. HEX triplet: F0, E7 and CE. RGB value is (240,231,206). Sum of RGB (Red+Green+Blue) = 240+231+206=677 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.45% from 677); Green value is 231 (90.62% from 255 or 34.12% from 677); Blue value is 206 (80.86% from 255 or 30.43% from 677); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E7CE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0E7CE is #0F1831. Grayscale: #E6E6E6. Windows color (decimal): -989234 or 13559792. OLE color: 13559792.

HSL color Cylindrical-coordinate representation of color #F0E7CE: hue angle of 44.12º degrees, saturation: 0.53, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F0E7CE is Cyan = 0, Magento = 0.04, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB240231206-
CMYK00.040.140.06
HSL44.12º53.12%87.45%-
HSV(B)44.12º14.17%94.12%-
XYZ75.6580.1369.87-
YUV230.84113.98134.53-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.45%
GREEN value IS 231 (90.62% from 255) = 34.12%
BLUE value IS 206 (80.86% from 255) = 30.43%
R=35.45%
G=34.12%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24023120600.040.140.0644.1253.1287.45
HexF0E7CE04E62c3557
Octal360347316041665465127
Binary111100001110011111001110010011101101011001101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0E7CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0E7CE; }

 p { color: rgb(240,231,206); }

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

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

 a { background-color: rgb(240,231,206); }

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

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

 span { border-color: rgb(240,231,206); }

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