Html Css Color HEX #F2ED81 Texas

📋 copy color: '#F2ED81'

red 242 ◦ green 237 ◦ blue 129

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

Shades of Texas #F2ED81

Tints of Texas #F2ED81

RGB

 RED value IS 242 (94.92% from 255) = 39.8%

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

 BLUE value IS 129 (50.78% from 255) = 21.22%

R = 39.8%
G = 38.98%
B = 21.22%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#F2ED81 (or 0xF2ED81) is known color: Texas. HEX triplet: F2, ED and 81. RGB value is (242,237,129). Sum of RGB (Red+Green+Blue) = 242+237+129=608 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.80% from 608); Green value is 237 (92.97% from 255 or 38.98% from 608); Blue value is 129 (50.78% from 255 or 21.22% from 608); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ED81 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2ED81 is #0D127E. Grayscale: #E2E2E2. Windows color (decimal): -856703 or 8515058. OLE color: 8515058.

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

Color convert

RGB 242 237 129 -
CMYK 0 0.02 0.47 0.05
HSL 57.35º 0.81% 0.73% -
HSV(B) 57.35º 0.47% 0.95% -
XYZ 70.86 81.03 32.67 -
YUV 226.18 73.16 139.28 -
System Red Green Blue C M Y K H S L
Decimal 242 237 129 0 0.02 0.47 0.05 57.35 0.81 0.73
Hex F2 ED 81 0 2 2F 5 39 51 49
Octal 362 355 201 0 2 57 5 71 121 111
Binary 11110010 11101101 10000001 0 10 101111 101 111001 1010001 1001001

Color Harmonies of #F2ED81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2ED81

Black with #F2ED81

Text Example


Text Example

White with #F2ED81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2ED81; }

 p { color: rgb(242,237,129); }

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

background-color css

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

 a { background-color: rgb(242,237,129); }

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

border-color css

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

 span { border-color: rgb(242,237,129); }

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