Html Css Color HEX #F1ED85 Texas

📋 copy color: '#F1ED85'

red 241 ◦ green 237 ◦ blue 133

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

Shades of Texas #F1ED85

Tints of Texas #F1ED85

RGB

 RED value IS 241 (94.53% from 255) = 39.44%

 GREEN value IS 237 (92.97% from 255) = 38.79%

 BLUE value IS 133 (52.34% from 255) = 21.77%

R = 39.44%
G = 38.79%
B = 21.77%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#F1ED85 (or 0xF1ED85) is known color: Texas. HEX triplet: F1, ED and 85. RGB value is (241,237,133). Sum of RGB (Red+Green+Blue) = 241+237+133=611 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.44% from 611); Green value is 237 (92.97% from 255 or 38.79% from 611); Blue value is 133 (52.34% from 255 or 21.77% from 611); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ED85 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1ED85 is #0E127A. Grayscale: #E2E2E2. Windows color (decimal): -922235 or 8777201. OLE color: 8777201.

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

Color convert

RGB 241 237 133 -
CMYK 0 0.02 0.45 0.05
HSL 57.78º 0.79% 0.73% -
HSV(B) 57.78º 0.45% 0.95% -
XYZ 70.79 80.96 34.09 -
YUV 226.34 75.33 138.46 -
System Red Green Blue C M Y K H S L
Decimal 241 237 133 0 0.02 0.45 0.05 57.78 0.79 0.73
Hex F1 ED 85 0 2 2D 5 3A 4F 49
Octal 361 355 205 0 2 55 5 72 117 111
Binary 11110001 11101101 10000101 0 10 101101 101 111010 1001111 1001001

Color Harmonies of #F1ED85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1ED85

Black with #F1ED85

Text Example


Text Example

White with #F1ED85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1ED85; }

 p { color: rgb(241,237,133); }

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

background-color css

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

 a { background-color: rgb(241,237,133); }

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

border-color css

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

 span { border-color: rgb(241,237,133); }

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