Html Css Color HEX #F0EE7A Texas

📋 copy color: '#F0EE7A'

red 240 ◦ green 238 ◦ blue 122

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

Shades of Texas #F0EE7A

Tints of Texas #F0EE7A

RGB

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

 GREEN value IS 238 (93.36% from 255) = 39.67%

 BLUE value IS 122 (48.05% from 255) = 20.33%

R = 40%
G = 39.67%
B = 20.33%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#F0EE7A (or 0xF0EE7A) is known color: Texas. HEX triplet: F0, EE and 7A. RGB value is (240,238,122). Sum of RGB (Red+Green+Blue) = 240+238+122=600 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40% from 600); Green value is 238 (93.36% from 255 or 39.67% from 600); Blue value is 122 (48.05% from 255 or 20.33% from 600); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EE7A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0EE7A is #0F1185. Grayscale: #E1E1E1. Windows color (decimal): -987526 or 8056560. OLE color: 8056560.

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

Color convert

RGB 240 238 122 -
CMYK 0 0.01 0.49 0.06
HSL 58.98º 0.8% 0.71% -
HSV(B) 58.98º 0.49% 0.94% -
XYZ 70.02 81.08 30.37 -
YUV 225.37 69.66 138.43 -
System Red Green Blue C M Y K H S L
Decimal 240 238 122 0 0.01 0.49 0.06 58.98 0.8 0.71
Hex F0 EE 7A 0 1 31 6 3B 50 47
Octal 360 356 172 0 1 61 6 73 120 107
Binary 11110000 11101110 1111010 0 1 110001 110 111011 1010000 1000111

Color Harmonies of #F0EE7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0EE7A

Black with #F0EE7A

Text Example


Text Example

White with #F0EE7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0EE7A; }

 p { color: rgb(240,238,122); }

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

background-color css

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

 a { background-color: rgb(240,238,122); }

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

border-color css

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

 span { border-color: rgb(240,238,122); }

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