#F1EC80

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

Shades of Texas #F1EC80

Tints of Texas #F1EC80

Color information

#F1EC80 (or 0xF1EC80) is unknown color: approx Texas. HEX triplet: F1, EC and 80. RGB value is (241,236,128). Sum of RGB (Red+Green+Blue) = 241+236+128=605 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.83% from 605); Green value is 236 (92.58% from 255 or 39.01% from 605); Blue value is 128 (50.39% from 255 or 21.16% from 605); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EC80 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1EC80 is #0E137F. Grayscale: #E1E1E1. Windows color (decimal): -922496 or 8449265. OLE color: 8449265.

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

Color convert

RGB241236128-
CMYK00.020.470.05
HSL57.35º80.14%72.35%-
HSV(B)57.35º46.89%94.51%-
XYZ70.1780.2532.21-
YUV225.1873.16139.28-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.83%
GREEN value IS 236 (92.58% from 255) = 39.01%
BLUE value IS 128 (50.39% from 255) = 21.16%
R=39.83%
G=39.01%
B=21.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.47
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24123612800.020.470.0557.3580.1472.35
HexF1EC80022F5395048
Octal3613542000257571120110
Binary11110001111011001000000001010111110111100110100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1EC80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1EC80; }

 p { color: rgb(241,236,128); }

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

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

 a { background-color: rgb(241,236,128); }

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

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

 span { border-color: rgb(241,236,128); }

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