Html Css Color HEX #F0ED82 Texas

📋 copy color: '#F0ED82'

red 240 ◦ green 237 ◦ blue 130

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

Shades of Texas #F0ED82

Tints of Texas #F0ED82

RGB

 RED value IS 240 (94.14% from 255) = 39.54%

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

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

R = 39.54%
G = 39.04%
B = 21.42%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.46

 K value IS 0.06

RGB Variations

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

Color information

#F0ED82 (or 0xF0ED82) is known color: Texas. HEX triplet: F0, ED and 82. RGB value is (240,237,130). Sum of RGB (Red+Green+Blue) = 240+237+130=607 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.54% from 607); Green value is 237 (92.97% from 255 or 39.04% from 607); Blue value is 130 (51.17% from 255 or 21.42% from 607); Max value from RGB is 240 - color contains mainly: red. Hex color #F0ED82 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0ED82 is #0F127D. Grayscale: #E2E2E2. Windows color (decimal): -987774 or 8580592. OLE color: 8580592.

HSL color Cylindrical-coordinate representation of color #F0ED82: hue angle of 58.36º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F0ED82 is Cyan = 0, Magento = 0.01, Yellow = 0.46 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 237 130 -
CMYK 0 0.01 0.46 0.06
HSL 58.36º 0.79% 0.73% -
HSV(B) 58.36º 0.46% 0.94% -
XYZ 70.25 80.71 32.99 -
YUV 225.7 73.99 138.2 -
System Red Green Blue C M Y K H S L
Decimal 240 237 130 0 0.01 0.46 0.06 58.36 0.79 0.73
Hex F0 ED 82 0 1 2E 6 3A 4F 49
Octal 360 355 202 0 1 56 6 72 117 111
Binary 11110000 11101101 10000010 0 1 101110 110 111010 1001111 1001001

Color Harmonies of #F0ED82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0ED82

Black with #F0ED82

Text Example


Text Example

White with #F0ED82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0ED82; }

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

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

background-color css

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

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

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

border-color css

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

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

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