#F1F081

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

Shades of Texas #F1F081

Tints of Texas #F1F081

Color information

#F1F081 (or 0xF1F081) is unknown color: approx Texas. HEX triplet: F1, F0 and 81. RGB value is (241,240,129). Sum of RGB (Red+Green+Blue) = 241+240+129=610 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.51% from 610); Green value is 240 (94.14% from 255 or 39.34% from 610); Blue value is 129 (50.78% from 255 or 21.15% from 610); Max value from RGB is 241 - color contains mainly: red. Hex color #F1F081 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1F081 is #0E0F7E. Grayscale: #E4E4E4. Windows color (decimal): -921471 or 8515825. OLE color: 8515825.

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

Color convert

RGB241240129-
CMYK00.000.460.05
HSL59.46º80%72.55%-
HSV(B)59.46º46.47%94.51%-
XYZ71.482.6132.95-
YUV227.6472.33137.53-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.51%
GREEN value IS 240 (94.14% from 255) = 39.34%
BLUE value IS 129 (50.78% from 255) = 21.15%
R=39.51%
G=39.34%
B=21.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.46
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24124012900.000.460.0559.468072.55
HexF1F081002E53b5049
Octal3613602010056573120111
Binary1111000111110000100000010010111010111101110100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1F081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1F081; }

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

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

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

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

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

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

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

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