Html Css Color HEX #F2EC83 Texas

📋 copy color: '#F2EC83'

red 242 ◦ green 236 ◦ blue 131

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

Shades of Texas #F2EC83

Tints of Texas #F2EC83

RGB

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

 GREEN value IS 236 (92.58% from 255) = 38.75%

 BLUE value IS 131 (51.56% from 255) = 21.51%

R = 39.74%
G = 38.75%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.46

 K value IS 0.05

RGB Variations

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

Color information

#F2EC83 (or 0xF2EC83) is known color: Texas. HEX triplet: F2, EC and 83. RGB value is (242,236,131). Sum of RGB (Red+Green+Blue) = 242+236+131=609 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.74% from 609); Green value is 236 (92.58% from 255 or 38.75% from 609); Blue value is 131 (51.56% from 255 or 21.51% from 609); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EC83 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2EC83 is #0D137C. Grayscale: #E2E2E2. Windows color (decimal): -856957 or 8645874. OLE color: 8645874.

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

Color convert

RGB 242 236 131 -
CMYK 0 0.02 0.46 0.05
HSL 56.76º 0.81% 0.73% -
HSV(B) 56.76º 0.46% 0.95% -
XYZ 70.71 80.51 33.29 -
YUV 225.82 74.49 139.54 -
System Red Green Blue C M Y K H S L
Decimal 242 236 131 0 0.02 0.46 0.05 56.76 0.81 0.73
Hex F2 EC 83 0 2 2E 5 39 51 49
Octal 362 354 203 0 2 56 5 71 121 111
Binary 11110010 11101100 10000011 0 10 101110 101 111001 1010001 1001001

Color Harmonies of #F2EC83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2EC83

Black with #F2EC83

Text Example


Text Example

White with #F2EC83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2EC83; }

 p { color: rgb(242,236,131); }

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

background-color css

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

 a { background-color: rgb(242,236,131); }

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

border-color css

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

 span { border-color: rgb(242,236,131); }

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