#F1F181

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

Shades of Texas #F1F181

Tints of Texas #F1F181

Color information

#F1F181 (or 0xF1F181) is unknown color: approx Texas. HEX triplet: F1, F1 and 81. RGB value is (241,241,129). Sum of RGB (Red+Green+Blue) = 241+241+129=611 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.44% from 611); Green value is 241 (94.53% from 255 or 39.44% from 611); Blue value is 129 (50.78% from 255 or 21.11% from 611); Max value from RGB is 241 - color contains mainly: red, green. Hex color #F1F181 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1F181 is #0E0E7E. Grayscale: #E4E4E4. Windows color (decimal): -921215 or 8516081. OLE color: 8516081.

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

Color convert

RGB241241129-
CMYK000.460.05
HSL60º80%72.55%-
HSV(B)60º46.47%94.51%-
XYZ71.6983.233.05-
YUV228.2372137.11-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.44%
GREEN value IS 241 (94.53% from 255) = 39.44%
BLUE value IS 129 (50.78% from 255) = 21.11%
R=39.44%
G=39.44%
B=21.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241241129000.460.05608072.55
HexF1F181002E53c5049
Octal3613612010056574120111
Binary1111000111110001100000010010111010111110010100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1F181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1F181; }

 p { color: rgb(241,241,129); }

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

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

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

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

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

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

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