Html Css Color HEX #F2E983 Texas

📋 copy color: '#F2E983'

red 242 ◦ green 233 ◦ blue 131

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

Shades of Texas #F2E983

Tints of Texas #F2E983

RGB

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

 GREEN value IS 233 (91.41% from 255) = 38.45%

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

R = 39.93%
G = 38.45%
B = 21.62%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.46

 K value IS 0.05

RGB Variations

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

Color information

#F2E983 (or 0xF2E983) is known color: Texas. HEX triplet: F2, E9 and 83. RGB value is (242,233,131). Sum of RGB (Red+Green+Blue) = 242+233+131=606 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.93% from 606); Green value is 233 (91.41% from 255 or 38.45% from 606); Blue value is 131 (51.56% from 255 or 21.62% from 606); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E983 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2E983 is #0D167C. Grayscale: #E0E0E0. Windows color (decimal): -857725 or 8645106. OLE color: 8645106.

HSL color Cylindrical-coordinate representation of color #F2E983: hue angle of 55.14º 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 #F2E983 is Cyan = 0, Magento = 0.04, Yellow = 0.46 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 233 131 -
CMYK 0 0.04 0.46 0.05
HSL 55.14º 0.81% 0.73% -
HSV(B) 55.14º 0.46% 0.95% -
XYZ 69.85 78.79 33 -
YUV 224.06 75.48 140.79 -
System Red Green Blue C M Y K H S L
Decimal 242 233 131 0 0.04 0.46 0.05 55.14 0.81 0.73
Hex F2 E9 83 0 4 2E 5 37 51 49
Octal 362 351 203 0 4 56 5 67 121 111
Binary 11110010 11101001 10000011 0 100 101110 101 110111 1010001 1001001

Color Harmonies of #F2E983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E983

Black with #F2E983

Text Example


Text Example

White with #F2E983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E983; }

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

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

background-color css

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

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

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

border-color css

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

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

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