#F1ED84

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

Shades of Texas #F1ED84

Tints of Texas #F1ED84

Color information

#F1ED84 (or 0xF1ED84) is unknown color: approx Texas. HEX triplet: F1, ED and 84. RGB value is (241,237,132). Sum of RGB (Red+Green+Blue) = 241+237+132=610 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.51% from 610); Green value is 237 (92.97% from 255 or 38.85% from 610); Blue value is 132 (51.95% from 255 or 21.64% from 610); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ED84 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1ED84 is #0E127B. Grayscale: #E2E2E2. Windows color (decimal): -922236 or 8711665. OLE color: 8711665.

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

Color convert

RGB241237132-
CMYK00.020.450.05
HSL57.8º79.56%73.14%-
HSV(B)57.8º45.23%94.51%-
XYZ70.7280.9433.72-
YUV226.2374.83138.54-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.51%
GREEN value IS 237 (92.97% from 255) = 38.85%
BLUE value IS 132 (51.95% from 255) = 21.64%
R=39.51%
G=38.85%
B=21.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.45
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24123713200.020.450.0557.879.5673.14
HexF1ED84022D53a5049
Octal3613552040255572120111
Binary11110001111011011000010001010110110111101010100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1ED84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1ED84; }

 p { color: rgb(241,237,132); }

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

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

 a { background-color: rgb(241,237,132); }

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

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

 span { border-color: rgb(241,237,132); }

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