Html Css Color HEX #F0E6CD Orange White

📋 copy color: '#F0E6CD'

red 240 ◦ green 230 ◦ blue 205

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

Shades of Orange White #F0E6CD

Tints of Orange White #F0E6CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 30.37%

R = 35.56%
G = 34.07%
B = 30.37%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#F0E6CD (or 0xF0E6CD) is known color: Orange White. HEX triplet: F0, E6 and CD. RGB value is (240,230,205). Sum of RGB (Red+Green+Blue) = 240+230+205=675 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.56% from 675); Green value is 230 (90.23% from 255 or 34.07% from 675); Blue value is 205 (80.47% from 255 or 30.37% from 675); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E6CD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0E6CD is #0F1932. Grayscale: #E6E6E6. Windows color (decimal): -989491 or 13494000. OLE color: 13494000.

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

Color convert

RGB 240 230 205 -
CMYK 0 0.04 0.15 0.06
HSL 42.86º 0.54% 0.87% -
HSV(B) 42.86º 0.15% 0.94% -
XYZ 75.25 79.53 69.14 -
YUV 230.14 113.81 135.03 -
System Red Green Blue C M Y K H S L
Decimal 240 230 205 0 0.04 0.15 0.06 42.86 0.54 0.87
Hex F0 E6 CD 0 4 F 6 2B 36 57
Octal 360 346 315 0 4 17 6 53 66 127
Binary 11110000 11100110 11001101 0 100 1111 110 101011 110110 1010111

Color Harmonies of #F0E6CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0E6CD

Black with #F0E6CD

Text Example


Text Example

White with #F0E6CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0E6CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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