Html Css Color HEX #F1E480 Texas

📋 copy color: '#F1E480'

red 241 ◦ green 228 ◦ blue 128

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

Shades of Texas #F1E480

Tints of Texas #F1E480

RGB

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

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

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

R = 40.37%
G = 38.19%
B = 21.44%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#F1E480 (or 0xF1E480) is known color: Texas. HEX triplet: F1, E4 and 80. RGB value is (241,228,128). Sum of RGB (Red+Green+Blue) = 241+228+128=597 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.37% from 597); Green value is 228 (89.45% from 255 or 38.19% from 597); Blue value is 128 (50.39% from 255 or 21.44% from 597); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E480 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1E480 is #0E1B7F. Grayscale: #DCDCDC. Windows color (decimal): -924544 or 8447217. OLE color: 8447217.

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

Color convert

RGB 241 228 128 -
CMYK 0 0.05 0.47 0.05
HSL 53.1º 0.8% 0.72% -
HSV(B) 53.1º 0.47% 0.95% -
XYZ 67.92 75.75 31.46 -
YUV 220.49 75.81 142.63 -
System Red Green Blue C M Y K H S L
Decimal 241 228 128 0 0.05 0.47 0.05 53.1 0.8 0.72
Hex F1 E4 80 0 5 2F 5 35 50 48
Octal 361 344 200 0 5 57 5 65 120 110
Binary 11110001 11100100 10000000 0 101 101111 101 110101 1010000 1001000

Color Harmonies of #F1E480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1E480

Black with #F1E480

Text Example


Text Example

White with #F1E480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1E480; }

 p { color: rgb(241,228,128); }

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

background-color css

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

 a { background-color: rgb(241,228,128); }

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

border-color css

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

 span { border-color: rgb(241,228,128); }

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