Html Css Color HEX #F1ED7B Texas

📋 copy color: '#F1ED7B'

red 241 ◦ green 237 ◦ blue 123

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

Shades of Texas #F1ED7B

Tints of Texas #F1ED7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 20.47%

R = 40.1%
G = 39.43%
B = 20.47%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#F1ED7B (or 0xF1ED7B) is known color: Texas. HEX triplet: F1, ED and 7B. RGB value is (241,237,123). Sum of RGB (Red+Green+Blue) = 241+237+123=601 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.10% from 601); Green value is 237 (92.97% from 255 or 39.43% from 601); Blue value is 123 (48.44% from 255 or 20.47% from 601); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ED7B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F1ED7B is #0E1284. Grayscale: #E1E1E1. Windows color (decimal): -922245 or 8121841. OLE color: 8121841.

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

Color convert

RGB 241 237 123 -
CMYK 0 0.02 0.49 0.05
HSL 57.97º 0.81% 0.71% -
HSV(B) 57.97º 0.49% 0.95% -
XYZ 70.13 80.7 30.62 -
YUV 225.2 70.33 139.27 -
System Red Green Blue C M Y K H S L
Decimal 241 237 123 0 0.02 0.49 0.05 57.97 0.81 0.71
Hex F1 ED 7B 0 2 31 5 3A 51 47
Octal 361 355 173 0 2 61 5 72 121 107
Binary 11110001 11101101 1111011 0 10 110001 101 111010 1010001 1000111

Color Harmonies of #F1ED7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1ED7B

Black with #F1ED7B

Text Example


Text Example

White with #F1ED7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1ED7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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