#F6EA82

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

Shades of Texas #F6EA82

Tints of Texas #F6EA82

Color information

#F6EA82 (or 0xF6EA82) is unknown color: approx Texas. HEX triplet: F6, EA and 82. RGB value is (246,234,130). Sum of RGB (Red+Green+Blue) = 246+234+130=610 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.33% from 610); Green value is 234 (91.80% from 255 or 38.36% from 610); Blue value is 130 (51.17% from 255 or 21.31% from 610); Max value from RGB is 246 - color contains mainly: red. Hex color #F6EA82 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F6EA82 is #09157D. Grayscale: #E2E2E2. Windows color (decimal): -595326 or 8579830. OLE color: 8579830.

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

Color convert

RGB246234130-
CMYK00.050.470.04
HSL53.79º86.57%73.73%-
HSV(B)53.79º47.15%96.47%-
XYZ71.4680.0532.8-
YUV225.7373.98142.46-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 40.33%
GREEN value IS 234 (91.80% from 255) = 38.36%
BLUE value IS 130 (51.17% from 255) = 21.31%
R=40.33%
G=38.36%
B=21.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.47
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24623413000.050.470.0453.7986.5773.73
HexF6EA82052F436574a
Octal3663522020557466127112
Binary111101101110101010000010010110111110011011010101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6EA82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6EA82; }

 p { color: rgb(246,234,130); }

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

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

 a { background-color: rgb(246,234,130); }

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

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

 span { border-color: rgb(246,234,130); }

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