Html Css Color HEX #F6ED82 Texas

📋 copy color: '#F6ED82'

red 246 ◦ green 237 ◦ blue 130

#F6ED82
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Texas #F6ED82

Tints of Texas #F6ED82

RGB

 RED value IS 246 (96.48% from 255) = 40.13%

 GREEN value IS 237 (92.97% from 255) = 38.66%

 BLUE value IS 130 (51.17% from 255) = 21.21%

R = 40.13%
G = 38.66%
B = 21.21%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.47

 K value IS 0.04

RGB Variations

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

Color information

#F6ED82 (or 0xF6ED82) is known color: Texas. HEX triplet: F6, ED and 82. RGB value is (246,237,130). Sum of RGB (Red+Green+Blue) = 246+237+130=613 (81% of max value = 765). Red value is 246 (96.48% from 255 or 40.13% from 613); Green value is 237 (92.97% from 255 or 38.66% from 613); Blue value is 130 (51.17% from 255 or 21.21% from 613); Max value from RGB is 246 - color contains mainly: red. Hex color #F6ED82 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F6ED82 is #09127D. Grayscale: #E3E3E3. Windows color (decimal): -594558 or 8580598. OLE color: 8580598.

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

Color convert

RGB 246 237 130 -
CMYK 0 0.04 0.47 0.04
HSL 55.34º 0.87% 0.74% -
HSV(B) 55.34º 0.47% 0.96% -
XYZ 72.32 81.77 33.09 -
YUV 227.49 72.98 141.2 -
System Red Green Blue C M Y K H S L
Decimal 246 237 130 0 0.04 0.47 0.04 55.34 0.87 0.74
Hex F6 ED 82 0 4 2F 4 37 57 4A
Octal 366 355 202 0 4 57 4 67 127 112
Binary 11110110 11101101 10000010 0 100 101111 100 110111 1010111 1001010

Color Harmonies of #F6ED82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6ED82

Black with #F6ED82

Text Example


Text Example

White with #F6ED82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6ED82; }

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

 H1.HeaderClassName
 {
   color: #F6ED82;
 }
 .AnyTagClassName
 {
   color: #F6ED82;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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