Html Css Color HEX #F0E7CF Orange White

📋 copy color: '#F0E7CF'

red 240 ◦ green 231 ◦ blue 207

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

Shades of Orange White #F0E7CF

Tints of Orange White #F0E7CF

RGB

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

 GREEN value IS 231 (90.63% from 255) = 34.07%

 BLUE value IS 207 (81.25% from 255) = 30.53%

R = 35.4%
G = 34.07%
B = 30.53%

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

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

RGB 240 231 207 -
CMYK 0 0.04 0.14 0.06
HSL 43.64º 0.52% 0.88% -
HSV(B) 43.64º 0.14% 0.94% -
XYZ 75.77 80.18 70.51 -
YUV 230.96 114.48 134.45 -
System Red Green Blue C M Y K H S L
Decimal 240 231 207 0 0.04 0.14 0.06 43.64 0.52 0.88
Hex F0 E7 CF 0 4 E 6 2C 34 58
Octal 360 347 317 0 4 16 6 54 64 130
Binary 11110000 11100111 11001111 0 100 1110 110 101100 110100 1011000

Color Harmonies of #F0E7CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0E7CF

Black with #F0E7CF

Text Example


Text Example

White with #F0E7CF

Text Example


Text Example

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