Html Css Color HEX #F3EA80 Texas

📋 copy color: '#F3EA80'

red 243 ◦ green 234 ◦ blue 128

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

Shades of Texas #F3EA80

Tints of Texas #F3EA80

RGB

 RED value IS 243 (95.31% from 255) = 40.17%

 GREEN value IS 234 (91.8% from 255) = 38.68%

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

R = 40.17%
G = 38.68%
B = 21.16%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#F3EA80 (or 0xF3EA80) is known color: Texas. HEX triplet: F3, EA and 80. RGB value is (243,234,128). Sum of RGB (Red+Green+Blue) = 243+234+128=605 (80% of max value = 765). Red value is 243 (95.31% from 255 or 40.17% from 605); Green value is 234 (91.80% from 255 or 38.68% from 605); Blue value is 128 (50.39% from 255 or 21.16% from 605); Max value from RGB is 243 - color contains mainly: red. Hex color #F3EA80 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F3EA80 is #0C157F. Grayscale: #E1E1E1. Windows color (decimal): -791936 or 8448755. OLE color: 8448755.

HSL color Cylindrical-coordinate representation of color #F3EA80: hue angle of 55.3º degrees, saturation: 0.83, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F3EA80 is Cyan = 0, Magento = 0.04, Yellow = 0.47 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 234 128 -
CMYK 0 0.04 0.47 0.05
HSL 55.3º 0.83% 0.73% -
HSV(B) 55.3º 0.47% 0.95% -
XYZ 70.28 79.46 32.05 -
YUV 224.61 73.48 141.12 -
System Red Green Blue C M Y K H S L
Decimal 243 234 128 0 0.04 0.47 0.05 55.3 0.83 0.73
Hex F3 EA 80 0 4 2F 5 37 53 49
Octal 363 352 200 0 4 57 5 67 123 111
Binary 11110011 11101010 10000000 0 100 101111 101 110111 1010011 1001001

Color Harmonies of #F3EA80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3EA80

Black with #F3EA80

Text Example


Text Example

White with #F3EA80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3EA80; }

 p { color: rgb(243,234,128); }

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

background-color css

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

 a { background-color: rgb(243,234,128); }

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

border-color css

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

 span { border-color: rgb(243,234,128); }

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