#F2EB82

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

Shades of Texas #F2EB82

Tints of Texas #F2EB82

Color information

#F2EB82 (or 0xF2EB82) is unknown color: approx Texas. HEX triplet: F2, EB and 82. RGB value is (242,235,130). Sum of RGB (Red+Green+Blue) = 242+235+130=607 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.87% from 607); Green value is 235 (92.19% from 255 or 38.71% from 607); Blue value is 130 (51.17% from 255 or 21.42% from 607); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EB82 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2EB82 is #0D147D. Grayscale: #E1E1E1. Windows color (decimal): -857214 or 8580082. OLE color: 8580082.

HSL color Cylindrical-coordinate representation of color #F2EB82: hue angle of 56.25º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F2EB82 is Cyan = 0, Magento = 0.03, Yellow = 0.46 and Black (K on CMYK) = 0.05.

Color convert

RGB242235130-
CMYK00.030.460.05
HSL56.25º81.16%72.94%-
HSV(B)56.25º46.28%94.9%-
XYZ70.3679.9132.83-
YUV225.1274.32140.04-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 39.87%
GREEN value IS 235 (92.19% from 255) = 38.71%
BLUE value IS 130 (51.17% from 255) = 21.42%
R=39.87%
G=38.71%
B=21.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.46
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24223513000.030.460.0556.2581.1672.94
HexF2EB82032E5385149
Octal3623532020356570121111
Binary11110010111010111000001001110111010111100010100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2EB82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2EB82; }

 p { color: rgb(242,235,130); }

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

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

 a { background-color: rgb(242,235,130); }

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

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

 span { border-color: rgb(242,235,130); }

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