Html Css Color HEX #F0E7CE Orange White

📋 copy color: '#F0E7CE'

red 240 ◦ green 231 ◦ blue 206

#F0E7CE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orange White #F0E7CE

Tints of Orange White #F0E7CE

RGB

 RED value IS 240 (94.14% from 255) = 35.45%

 GREEN value IS 231 (90.63% 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 value IS 0

 M value IS 0.04

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#F0E7CE (or 0xF0E7CE) is known color: 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

RGB 240 231 206 -
CMYK 0 0.04 0.14 0.06
HSL 44.12º 0.53% 0.87% -
HSV(B) 44.12º 0.14% 0.94% -
XYZ 75.65 80.13 69.87 -
YUV 230.84 113.98 134.53 -
System Red Green Blue C M Y K H S L
Decimal 240 231 206 0 0.04 0.14 0.06 44.12 0.53 0.87
Hex F0 E7 CE 0 4 E 6 2C 35 57
Octal 360 347 316 0 4 16 6 54 65 127
Binary 11110000 11100111 11001110 0 100 1110 110 101100 110101 1010111

Color Harmonies of #F0E7CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0E7CE

Black with #F0E7CE

Text Example


Text Example

White with #F0E7CE

Text Example


Text Example

HTML Codes & Css Web 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>