Html Css Color HEX #F0E6CE Orange White

📋 copy color: '#F0E6CE'

red 240 ◦ green 230 ◦ blue 206

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

Shades of Orange White #F0E6CE

Tints of Orange White #F0E6CE

RGB

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

 GREEN value IS 230 (90.23% from 255) = 34.02%

 BLUE value IS 206 (80.86% from 255) = 30.47%

R = 35.5%
G = 34.02%
B = 30.47%

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

#F0E6CE (or 0xF0E6CE) is known color: Orange White. HEX triplet: F0, E6 and CE. RGB value is (240,230,206). Sum of RGB (Red+Green+Blue) = 240+230+206=676 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.50% from 676); Green value is 230 (90.23% from 255 or 34.02% from 676); Blue value is 206 (80.86% from 255 or 30.47% from 676); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E6CE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0E6CE is #0F1931. Grayscale: #E6E6E6. Windows color (decimal): -989490 or 13559536. OLE color: 13559536.

HSL color Cylindrical-coordinate representation of color #F0E6CE: hue angle of 42.35º 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 #F0E6CE is Cyan = 0, Magento = 0.04, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 230 206 -
CMYK 0 0.04 0.14 0.06
HSL 42.35º 0.53% 0.87% -
HSV(B) 42.35º 0.14% 0.94% -
XYZ 75.37 79.58 69.78 -
YUV 230.25 114.31 134.95 -
System Red Green Blue C M Y K H S L
Decimal 240 230 206 0 0.04 0.14 0.06 42.35 0.53 0.87
Hex F0 E6 CE 0 4 E 6 2A 35 57
Octal 360 346 316 0 4 16 6 52 65 127
Binary 11110000 11100110 11001110 0 100 1110 110 101010 110101 1010111

Color Harmonies of #F0E6CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0E6CE

Black with #F0E6CE

Text Example


Text Example

White with #F0E6CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0E6CE; }

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

 H1.HeaderClassName
 {
   color: #F0E6CE;
 }
 .AnyTagClassName
 {
   color: #F0E6CE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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