Html Css Color HEX #F0EF80 Texas

📋 copy color: '#F0EF80'

red 240 ◦ green 239 ◦ blue 128

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

Shades of Texas #F0EF80

Tints of Texas #F0EF80

RGB

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

 GREEN value IS 239 (93.75% from 255) = 39.37%

 BLUE value IS 128 (50.39% from 255) = 21.09%

R = 39.54%
G = 39.37%
B = 21.09%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#F0EF80 (or 0xF0EF80) is known color: Texas. HEX triplet: F0, EF and 80. RGB value is (240,239,128). Sum of RGB (Red+Green+Blue) = 240+239+128=607 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.54% from 607); Green value is 239 (93.75% from 255 or 39.37% from 607); Blue value is 128 (50.39% from 255 or 21.09% from 607); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EF80 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0EF80 is #0F107F. Grayscale: #E3E3E3. Windows color (decimal): -987264 or 8450032. OLE color: 8450032.

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

Color convert

RGB 240 239 128 -
CMYK 0 0.00 0.47 0.06
HSL 59.46º 0.79% 0.72% -
HSV(B) 59.46º 0.47% 0.94% -
XYZ 70.7 81.82 32.49 -
YUV 226.65 72.33 137.53 -
System Red Green Blue C M Y K H S L
Decimal 240 239 128 0 0.00 0.47 0.06 59.46 0.79 0.72
Hex F0 EF 80 0 0 2F 6 3B 4F 48
Octal 360 357 200 0 0 57 6 73 117 110
Binary 11110000 11101111 10000000 0 0 101111 110 111011 1001111 1001000

Color Harmonies of #F0EF80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0EF80

Black with #F0EF80

Text Example


Text Example

White with #F0EF80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0EF80; }

 p { color: rgb(240,239,128); }

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

background-color css

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

 a { background-color: rgb(240,239,128); }

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

border-color css

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

 span { border-color: rgb(240,239,128); }

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