#F5ED82

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

Shades of Texas #F5ED82

Tints of Texas #F5ED82

Color information

#F5ED82 (or 0xF5ED82) is unknown color: approx Texas. HEX triplet: F5, ED and 82. RGB value is (245,237,130). Sum of RGB (Red+Green+Blue) = 245+237+130=612 (81% of max value = 765). Red value is 245 (96.09% from 255 or 40.03% from 612); Green value is 237 (92.97% from 255 or 38.73% from 612); Blue value is 130 (51.17% from 255 or 21.24% from 612); Max value from RGB is 245 - color contains mainly: red. Hex color #F5ED82 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5ED82 is #0A127D. Grayscale: #E3E3E3. Windows color (decimal): -660094 or 8580597. OLE color: 8580597.

HSL color Cylindrical-coordinate representation of color #F5ED82: hue angle of 55.83º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F5ED82 is Cyan = 0, Magento = 0.03, Yellow = 0.47 and Black (K on CMYK) = 0.04.

Color convert

RGB245237130-
CMYK00.030.470.04
HSL55.83º85.19%73.53%-
HSV(B)55.83º46.94%96.08%-
XYZ71.9781.5933.07-
YUV227.1973.15140.7-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 40.03%
GREEN value IS 237 (92.97% from 255) = 38.73%
BLUE value IS 130 (51.17% from 255) = 21.24%
R=40.03%
G=38.73%
B=21.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.47
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24523713000.030.470.0455.8385.1973.53
HexF5ED82032F438554a
Octal3653552020357470125112
Binary11110101111011011000001001110111110011100010101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5ED82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5ED82; }

 p { color: rgb(245,237,130); }

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

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

 a { background-color: rgb(245,237,130); }

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

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

 span { border-color: rgb(245,237,130); }

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