#F1F083

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

Shades of Texas #F1F083

Tints of Texas #F1F083

Color information

#F1F083 (or 0xF1F083) is unknown color: approx Texas. HEX triplet: F1, F0 and 83. RGB value is (241,240,131). Sum of RGB (Red+Green+Blue) = 241+240+131=612 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.38% from 612); Green value is 240 (94.14% from 255 or 39.22% from 612); Blue value is 131 (51.56% from 255 or 21.41% from 612); Max value from RGB is 241 - color contains mainly: red. Hex color #F1F083 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1F083 is #0E0F7C. Grayscale: #E4E4E4. Windows color (decimal): -921469 or 8646897. OLE color: 8646897.

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

Color convert

RGB241240131-
CMYK00.000.460.05
HSL59.45º79.71%72.94%-
HSV(B)59.45º45.64%94.51%-
XYZ71.5382.6633.66-
YUV227.8773.33137.36-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.38%
GREEN value IS 240 (94.14% from 255) = 39.22%
BLUE value IS 131 (51.56% from 255) = 21.41%
R=39.38%
G=39.22%
B=21.41%

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
Decimal24124013100.000.460.0559.4579.7172.94
HexF1F083002E53b5049
Octal3613602030056573120111
Binary1111000111110000100000110010111010111101110100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1F083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1F083; }

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

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

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

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

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

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

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

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