Html Css Color HEX #F1ED7D Texas

📋 copy color: '#F1ED7D'

red 241 ◦ green 237 ◦ blue 125

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

Shades of Texas #F1ED7D

Tints of Texas #F1ED7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 20.73%

R = 39.97%
G = 39.3%
B = 20.73%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#F1ED7D (or 0xF1ED7D) is known color: Texas. HEX triplet: F1, ED and 7D. RGB value is (241,237,125). Sum of RGB (Red+Green+Blue) = 241+237+125=603 (79% of max value = 765). Red value is 241 (94.53% from 255 or 39.97% from 603); Green value is 237 (92.97% from 255 or 39.30% from 603); Blue value is 125 (49.22% from 255 or 20.73% from 603); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ED7D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F1ED7D is #0E1282. Grayscale: #E1E1E1. Windows color (decimal): -922243 or 8252913. OLE color: 8252913.

HSL color Cylindrical-coordinate representation of color #F1ED7D: hue angle of 57.93º degrees, saturation: 0.81, 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 #F1ED7D is Cyan = 0, Magento = 0.02, Yellow = 0.48 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 237 125 -
CMYK 0 0.02 0.48 0.05
HSL 57.93º 0.81% 0.72% -
HSV(B) 57.93º 0.48% 0.95% -
XYZ 70.26 80.75 31.29 -
YUV 225.43 71.33 139.11 -
System Red Green Blue C M Y K H S L
Decimal 241 237 125 0 0.02 0.48 0.05 57.93 0.81 0.72
Hex F1 ED 7D 0 2 30 5 3A 51 48
Octal 361 355 175 0 2 60 5 72 121 110
Binary 11110001 11101101 1111101 0 10 110000 101 111010 1010001 1001000

Color Harmonies of #F1ED7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1ED7D

Black with #F1ED7D

Text Example


Text Example

White with #F1ED7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1ED7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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