#F0EB85

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

Shades of Texas #F0EB85

Tints of Texas #F0EB85

Color information

#F0EB85 (or 0xF0EB85) is unknown color: approx Texas. HEX triplet: F0, EB and 85. RGB value is (240,235,133). Sum of RGB (Red+Green+Blue) = 240+235+133=608 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.47% from 608); Green value is 235 (92.19% from 255 or 38.65% from 608); Blue value is 133 (52.34% from 255 or 21.88% from 608); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EB85 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0EB85 is #0F147A. Grayscale: #E1E1E1. Windows color (decimal): -988283 or 8776688. OLE color: 8776688.

HSL color Cylindrical-coordinate representation of color #F0EB85: hue angle of 57.2º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F0EB85 is Cyan = 0, Magento = 0.02, Yellow = 0.45 and Black (K on CMYK) = 0.06.

Color convert

RGB240235133-
CMYK00.020.450.06
HSL57.2º78.1%73.14%-
HSV(B)57.2º44.58%94.12%-
XYZ69.8879.6433.88-
YUV224.8776.16138.79-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.47%
GREEN value IS 235 (92.19% from 255) = 38.65%
BLUE value IS 133 (52.34% from 255) = 21.88%
R=39.47%
G=38.65%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.45
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24023513300.020.450.0657.278.173.14
HexF0EB85022D6394e49
Octal3603532050255671116111
Binary11110000111010111000010101010110111011100110011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0EB85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0EB85; }

 p { color: rgb(240,235,133); }

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

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

 a { background-color: rgb(240,235,133); }

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

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

 span { border-color: rgb(240,235,133); }

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