#F0E7CF

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

Shades of Orange White #F0E7CF

Tints of Orange White #F0E7CF

Color information

#F0E7CF (or 0xF0E7CF) is unknown color: approx Orange White. HEX triplet: F0, E7 and CF. RGB value is (240,231,207). Sum of RGB (Red+Green+Blue) = 240+231+207=678 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.40% from 678); Green value is 231 (90.62% from 255 or 34.07% from 678); Blue value is 207 (81.25% from 255 or 30.53% from 678); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E7CF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0E7CF is #0F1830. Grayscale: #E7E7E7. Windows color (decimal): -989233 or 13625328. OLE color: 13625328.

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

Color convert

RGB240231207-
CMYK00.040.140.06
HSL43.64º52.38%87.65%-
HSV(B)43.64º13.75%94.12%-
XYZ75.7780.1870.51-
YUV230.96114.48134.45-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.40%
GREEN value IS 231 (90.62% from 255) = 34.07%
BLUE value IS 207 (81.25% from 255) = 30.53%
R=35.40%
G=34.07%
B=30.53%

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
Decimal24023120700.040.140.0643.6452.3887.65
HexF0E7CF04E62c3458
Octal360347317041665464130
Binary111100001110011111001111010011101101011001101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0E7CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0E7CF; }

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

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

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

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

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

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

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

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