#f3ea7d

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

Shades of Texas #F3EA7D

Tints of Texas #F3EA7D

Color information

#F3EA7D (or 0xF3EA7D) is unknown color: approx Texas. HEX triplet: F3, EA and 7D. RGB value is (243,234,125). Sum of RGB (Red+Green+Blue) = 243+234+125=602 (79% of max value = 765). Red value is 243 (95.31% from 255 or 40.37% from 602); Green value is 234 (91.80% from 255 or 38.87% from 602); Blue value is 125 (49.22% from 255 or 20.76% from 602); Max value from RGB is 243 - color contains mainly: red. Hex color #F3EA7D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F3EA7D is #0C1582. Grayscale: #E0E0E0. Windows color (decimal): -791939 or 8252147. OLE color: 8252147.

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

Color convert

RGB243234125-
CMYK00.040.490.05
HSL55.42º83.1%72.16%-
HSV(B)55.42º48.56%95.29%-
XYZ70.0979.3831.03-
YUV224.2671.98141.36-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 40.37%
GREEN value IS 234 (91.80% from 255) = 38.87%
BLUE value IS 125 (49.22% from 255) = 20.76%
R=40.37%
G=38.87%
B=20.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.49
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24323412500.040.490.0555.4283.172.16
HexF3EA7D04315375348
Octal3633521750461567123110
Binary11110011111010101111101010011000110111011110100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f3ea7d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f3ea7d; }

 p { color: rgb(243,234,125); }

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

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

 a { background-color: rgb(243,234,125); }

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

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

 span { border-color: rgb(243,234,125); }

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