Html Css Color HEX #F0E473 Texas

📋 copy color: '#F0E473'

red 240 ◦ green 228 ◦ blue 115

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

Shades of Texas #F0E473

Tints of Texas #F0E473

RGB

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

 GREEN value IS 228 (89.45% from 255) = 39.11%

 BLUE value IS 115 (45.31% from 255) = 19.73%

R = 41.17%
G = 39.11%
B = 19.73%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#F0E473 (or 0xF0E473) is known color: Texas. HEX triplet: F0, E4 and 73. RGB value is (240,228,115). Sum of RGB (Red+Green+Blue) = 240+228+115=583 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.17% from 583); Green value is 228 (89.45% from 255 or 39.11% from 583); Blue value is 115 (45.31% from 255 or 19.73% from 583); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E473 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0E473 is #0F1B8C. Grayscale: #DBDBDB. Windows color (decimal): -990093 or 7595248. OLE color: 7595248.

HSL color Cylindrical-coordinate representation of color #F0E473: hue angle of 54.24º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F0E473 is Cyan = 0, Magento = 0.05, Yellow = 0.52 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 228 115 -
CMYK 0 0.05 0.52 0.06
HSL 54.24º 0.81% 0.7% -
HSV(B) 54.24º 0.52% 0.94% -
XYZ 66.77 75.25 27.23 -
YUV 218.71 69.48 143.19 -
System Red Green Blue C M Y K H S L
Decimal 240 228 115 0 0.05 0.52 0.06 54.24 0.81 0.7
Hex F0 E4 73 0 5 34 6 36 51 46
Octal 360 344 163 0 5 64 6 66 121 106
Binary 11110000 11100100 1110011 0 101 110100 110 110110 1010001 1000110

Color Harmonies of #F0E473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0E473

Black with #F0E473

Text Example


Text Example

White with #F0E473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0E473; }

 p { color: rgb(240,228,115); }

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

background-color css

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

 a { background-color: rgb(240,228,115); }

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

border-color css

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

 span { border-color: rgb(240,228,115); }

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