Html Css Color HEX #F1F07E Texas

📋 copy color: '#F1F07E'

red 241 ◦ green 240 ◦ blue 126

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

Shades of Texas #F1F07E

Tints of Texas #F1F07E

RGB

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

 GREEN value IS 240 (94.14% from 255) = 39.54%

 BLUE value IS 126 (49.61% from 255) = 20.76%

R = 39.7%
G = 39.54%
B = 20.76%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#F1F07E (or 0xF1F07E) is known color: Texas. HEX triplet: F1, F0 and 7E. RGB value is (241,240,126). Sum of RGB (Red+Green+Blue) = 241+240+126=607 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.70% from 607); Green value is 240 (94.14% from 255 or 39.54% from 607); Blue value is 126 (49.61% from 255 or 20.76% from 607); Max value from RGB is 241 - color contains mainly: red. Hex color #F1F07E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F1F07E is #0E0F81. Grayscale: #E3E3E3. Windows color (decimal): -921474 or 8319217. OLE color: 8319217.

HSL color Cylindrical-coordinate representation of color #F1F07E: hue angle of 59.48º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F1F07E is Cyan = 0, Magento = 0.00, Yellow = 0.48 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 240 126 -
CMYK 0 0.00 0.48 0.05
HSL 59.48º 0.8% 0.72% -
HSV(B) 59.48º 0.48% 0.95% -
XYZ 71.2 82.53 31.92 -
YUV 227.3 70.83 137.77 -
System Red Green Blue C M Y K H S L
Decimal 241 240 126 0 0.00 0.48 0.05 59.48 0.8 0.72
Hex F1 F0 7E 0 0 30 5 3B 50 48
Octal 361 360 176 0 0 60 5 73 120 110
Binary 11110001 11110000 1111110 0 0 110000 101 111011 1010000 1001000

Color Harmonies of #F1F07E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1F07E

Black with #F1F07E

Text Example


Text Example

White with #F1F07E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1F07E; }

 p { color: rgb(241,240,126); }

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

background-color css

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

 a { background-color: rgb(241,240,126); }

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

border-color css

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

 span { border-color: rgb(241,240,126); }

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