#F1EB82

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

Shades of Texas #F1EB82

Tints of Texas #F1EB82

Color information

#F1EB82 (or 0xF1EB82) is unknown color: approx Texas. HEX triplet: F1, EB and 82. RGB value is (241,235,130). Sum of RGB (Red+Green+Blue) = 241+235+130=606 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.77% from 606); Green value is 235 (92.19% from 255 or 38.78% from 606); Blue value is 130 (51.17% from 255 or 21.45% from 606); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EB82 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1EB82 is #0E147D. Grayscale: #E1E1E1. Windows color (decimal): -922750 or 8580081. OLE color: 8580081.

HSL color Cylindrical-coordinate representation of color #F1EB82: hue angle of 56.76º degrees, saturation: 0.8, 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 #F1EB82 is Cyan = 0, Magento = 0.02, Yellow = 0.46 and Black (K on CMYK) = 0.05.

Color convert

RGB241235130-
CMYK00.020.460.05
HSL56.76º79.86%72.75%-
HSV(B)56.76º46.06%94.51%-
XYZ70.0179.7332.82-
YUV224.8274.49139.54-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.77%
GREEN value IS 235 (92.19% from 255) = 38.78%
BLUE value IS 130 (51.17% from 255) = 21.45%
R=39.77%
G=38.78%
B=21.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.46
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24123513000.020.460.0556.7679.8672.75
HexF1EB82022E5395049
Octal3613532020256571120111
Binary11110001111010111000001001010111010111100110100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1EB82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1EB82; }

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

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

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

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

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

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

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

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