Html Css Color HEX #F0E483 Texas

📋 copy color: '#F0E483'

red 240 ◦ green 228 ◦ blue 131

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

Shades of Texas #F0E483

Tints of Texas #F0E483

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 21.87%

R = 40.07%
G = 38.06%
B = 21.87%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.45

 K value IS 0.06

RGB Variations

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

Color information

#F0E483 (or 0xF0E483) is known color: Texas. HEX triplet: F0, E4 and 83. RGB value is (240,228,131). Sum of RGB (Red+Green+Blue) = 240+228+131=599 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40.07% from 599); Green value is 228 (89.45% from 255 or 38.06% from 599); Blue value is 131 (51.56% from 255 or 21.87% from 599); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E483 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0E483 is #0F1B7C. Grayscale: #DCDCDC. Windows color (decimal): -990077 or 8643824. OLE color: 8643824.

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

Color convert

RGB 240 228 131 -
CMYK 0 0.05 0.45 0.06
HSL 53.39º 0.78% 0.73% -
HSV(B) 53.39º 0.45% 0.94% -
XYZ 67.78 75.65 32.5 -
YUV 220.53 77.48 141.89 -
System Red Green Blue C M Y K H S L
Decimal 240 228 131 0 0.05 0.45 0.06 53.39 0.78 0.73
Hex F0 E4 83 0 5 2D 6 35 4E 49
Octal 360 344 203 0 5 55 6 65 116 111
Binary 11110000 11100100 10000011 0 101 101101 110 110101 1001110 1001001

Color Harmonies of #F0E483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0E483

Black with #F0E483

Text Example


Text Example

White with #F0E483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0E483; }

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

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

background-color css

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

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

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

border-color css

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

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

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