#F1E67D

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

Shades of Texas #F1E67D

Tints of Texas #F1E67D

Color information

#F1E67D (or 0xF1E67D) is unknown color: approx Texas. HEX triplet: F1, E6 and 7D. RGB value is (241,230,125). Sum of RGB (Red+Green+Blue) = 241+230+125=596 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.44% from 596); Green value is 230 (90.23% from 255 or 38.59% from 596); Blue value is 125 (49.22% from 255 or 20.97% from 596); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E67D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F1E67D is #0E1982. Grayscale: #DDDDDD. Windows color (decimal): -924035 or 8251121. OLE color: 8251121.

HSL color Cylindrical-coordinate representation of color #F1E67D: hue angle of 54.31º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F1E67D is Cyan = 0, Magento = 0.05, Yellow = 0.48 and Black (K on CMYK) = 0.05.

Color convert

RGB241230125-
CMYK00.050.480.05
HSL54.31º80.56%71.76%-
HSV(B)54.31º48.13%94.51%-
XYZ68.2776.7830.62-
YUV221.3273.64142.04-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.44%
GREEN value IS 230 (90.23% from 255) = 38.59%
BLUE value IS 125 (49.22% from 255) = 20.97%
R=40.44%
G=38.59%
B=20.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.48
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24123012500.050.480.0554.3180.5671.76
HexF1E67D05305365148
Octal3613461750560566121110
Binary11110001111001101111101010111000010111011010100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1E67D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1E67D; }

 p { color: rgb(241,230,125); }

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

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

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

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

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

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

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