#F1F07F

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

Shades of Texas #F1F07F

Tints of Texas #F1F07F

Color information

#F1F07F (or 0xF1F07F) is unknown color: approx Texas. HEX triplet: F1, F0 and 7F. RGB value is (241,240,127). Sum of RGB (Red+Green+Blue) = 241+240+127=608 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.64% from 608); Green value is 240 (94.14% from 255 or 39.47% from 608); Blue value is 127 (50% from 255 or 20.89% from 608); Max value from RGB is 241 - color contains mainly: red. Hex color #F1F07F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F1F07F is #0E0F80. Grayscale: #E3E3E3. Windows color (decimal): -921473 or 8384753. OLE color: 8384753.

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

Color convert

RGB241240127-
CMYK00.000.470.05
HSL59.47º80.28%72.16%-
HSV(B)59.47º47.3%94.51%-
XYZ71.2782.5532.26-
YUV227.4271.33137.69-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.64%
GREEN value IS 240 (94.14% from 255) = 39.47%
BLUE value IS 127 (50% from 255) = 20.89%
R=39.64%
G=39.47%
B=20.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.47
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24124012700.000.470.0559.4780.2872.16
HexF1F07F002F53b5048
Octal3613601770057573120110
Binary111100011111000011111110010111110111101110100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1F07F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1F07F; }

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

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

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

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

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

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

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

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