Html Css Color HEX #F2ED84 Texas

📋 copy color: '#F2ED84'

red 242 ◦ green 237 ◦ blue 132

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

Shades of Texas #F2ED84

Tints of Texas #F2ED84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 21.6%

R = 39.61%
G = 38.79%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#F2ED84 (or 0xF2ED84) is known color: Texas. HEX triplet: F2, ED and 84. RGB value is (242,237,132). Sum of RGB (Red+Green+Blue) = 242+237+132=611 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.61% from 611); Green value is 237 (92.97% from 255 or 38.79% from 611); Blue value is 132 (51.95% from 255 or 21.60% from 611); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ED84 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2ED84 is #0D127B. Grayscale: #E2E2E2. Windows color (decimal): -856700 or 8711666. OLE color: 8711666.

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

Color convert

RGB 242 237 132 -
CMYK 0 0.02 0.45 0.05
HSL 57.27º 0.81% 0.73% -
HSV(B) 57.27º 0.45% 0.95% -
XYZ 71.07 81.11 33.74 -
YUV 226.53 74.66 139.04 -
System Red Green Blue C M Y K H S L
Decimal 242 237 132 0 0.02 0.45 0.05 57.27 0.81 0.73
Hex F2 ED 84 0 2 2D 5 39 51 49
Octal 362 355 204 0 2 55 5 71 121 111
Binary 11110010 11101101 10000100 0 10 101101 101 111001 1010001 1001001

Color Harmonies of #F2ED84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2ED84

Black with #F2ED84

Text Example


Text Example

White with #F2ED84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2ED84; }

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

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

background-color css

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

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

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

border-color css

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

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

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