Html Css Color HEX #F0E278 Texas

📋 copy color: '#F0E278'

red 240 ◦ green 226 ◦ blue 120

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

Shades of Texas #F0E278

Tints of Texas #F0E278

RGB

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

 GREEN value IS 226 (88.67% from 255) = 38.57%

 BLUE value IS 120 (47.27% from 255) = 20.48%

R = 40.96%
G = 38.57%
B = 20.48%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.5

 K value IS 0.06

RGB Variations

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

Color information

#F0E278 (or 0xF0E278) is known color: Texas. HEX triplet: F0, E2 and 78. RGB value is (240,226,120). Sum of RGB (Red+Green+Blue) = 240+226+120=586 (77% of max value = 765). Red value is 240 (94.14% from 255 or 40.96% from 586); Green value is 226 (88.67% from 255 or 38.57% from 586); Blue value is 120 (47.27% from 255 or 20.48% from 586); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E278 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0E278 is #0F1D87. Grayscale: #DADADA. Windows color (decimal): -990600 or 7922416. OLE color: 7922416.

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

Color convert

RGB 240 226 120 -
CMYK 0 0.06 0.5 0.06
HSL 53º 0.8% 0.71% -
HSV(B) 53º 0.5% 0.94% -
XYZ 66.52 74.27 28.6 -
YUV 218.1 72.64 143.62 -
System Red Green Blue C M Y K H S L
Decimal 240 226 120 0 0.06 0.5 0.06 53 0.8 0.71
Hex F0 E2 78 0 6 32 6 35 50 47
Octal 360 342 170 0 6 62 6 65 120 107
Binary 11110000 11100010 1111000 0 110 110010 110 110101 1010000 1000111

Color Harmonies of #F0E278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0E278

Black with #F0E278

Text Example


Text Example

White with #F0E278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0E278; }

 p { color: rgb(240,226,120); }

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

background-color css

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

 a { background-color: rgb(240,226,120); }

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

border-color css

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

 span { border-color: rgb(240,226,120); }

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