Shades of Texas #F3E67D
Tints of Texas #F3E67D
RGB
CMYK
RGB Variations
Color information
#F3E67D (or 0xF3E67D) is known color: Texas. HEX triplet: F3, E6 and 7D. RGB value is (243,230,125). Sum of RGB (Red+Green+Blue) = 243+230+125=598 (79% of max value = 765). Red value is 243 (95.31% from 255 or 40.64% from 598); Green value is 230 (90.23% from 255 or 38.46% from 598); Blue value is 125 (49.22% from 255 or 20.90% from 598); Max value from RGB is 243 - color contains mainly: red. Hex color #F3E67D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F3E67D is #0C1982. Grayscale: #DEDEDE. Windows color (decimal): -792963 or 8251123. OLE color: 8251123.
HSL color Cylindrical-coordinate representation of color #F3E67D: hue angle of 53.39º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F3E67D is Cyan = 0, Magento = 0.05, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 230 | 125 | - |
| CMYK | 0 | 0.05 | 0.49 | 0.05 |
| HSL | 53.39º | 0.83% | 0.72% | - |
| HSV(B) | 53.39º | 0.49% | 0.95% | - |
| XYZ | 68.96 | 77.13 | 30.65 | - |
| YUV | 221.92 | 73.31 | 143.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 230 | 125 | 0 | 0.05 | 0.49 | 0.05 | 53.39 | 0.83 | 0.72 |
| Hex | F3 | E6 | 7D | 0 | 5 | 31 | 5 | 35 | 53 | 48 |
| Octal | 363 | 346 | 175 | 0 | 5 | 61 | 5 | 65 | 123 | 110 |
| Binary | 11110011 | 11100110 | 1111101 | 0 | 101 | 110001 | 101 | 110101 | 1010011 | 1001000 |
Color Harmonies of #F3E67D
Complementary color
Monochromatic Colors of #F3E67D
Black with #F3E67D
Text Example
Text Example
White with #F3E67D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3E67D; }
p { color: rgb(243,230,125); }
H1.HeaderClassName
{
color: #F3E67D;
}
.AnyTagClassName
{
color: #F3E67D;
}
</style>
background-color css
<style>
a { background-color: #F3E67D; }
a { background-color: rgb(243,230,125); }
div.DivClassName
{
background-color: #F3E67D;
}
.BgClassName
{
background-color: #F3E67D;
}
</style>
border-color css
<style>
span { border-color: #F3E67D; }
span { border-color: rgb(243,230,125); }
td.TdClassName
{
border-color: #F3E67D;
}
.TagClassName
{
border-color: #F3E67D;
}
</style>