#F1EF7F

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

Shades of Texas #F1EF7F

Tints of Texas #F1EF7F

Color information

#F1EF7F (or 0xF1EF7F) is unknown color: approx Texas. HEX triplet: F1, EF and 7F. RGB value is (241,239,127). Sum of RGB (Red+Green+Blue) = 241+239+127=607 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.70% from 607); Green value is 239 (93.75% from 255 or 39.37% from 607); Blue value is 127 (50% from 255 or 20.92% from 607); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EF7F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F1EF7F is #0E1080. Grayscale: #E3E3E3. Windows color (decimal): -921729 or 8384497. OLE color: 8384497.

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

Color convert

RGB241239127-
CMYK00.010.470.05
HSL58.95º80.28%72.16%-
HSV(B)58.95º47.3%94.51%-
XYZ70.9781.9732.16-
YUV226.8371.66138.11-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.70%
GREEN value IS 239 (93.75% from 255) = 39.37%
BLUE value IS 127 (50% from 255) = 20.92%
R=39.70%
G=39.37%
B=20.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.47
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24123912700.010.470.0558.9580.2872.16
HexF1EF7F012F53b5048
Octal3613571770157573120110
Binary111100011110111111111110110111110111101110100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1EF7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1EF7F; }

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

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

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

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

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

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

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

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