Html Css Color HEX #F2E882 Texas

📋 copy color: '#F2E882'

red 242 ◦ green 232 ◦ blue 130

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

Shades of Texas #F2E882

Tints of Texas #F2E882

RGB

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

 GREEN value IS 232 (91.02% from 255) = 38.41%

 BLUE value IS 130 (51.17% from 255) = 21.52%

R = 40.07%
G = 38.41%
B = 21.52%

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

#F2E882 (or 0xF2E882) is known color: Texas. HEX triplet: F2, E8 and 82. RGB value is (242,232,130). Sum of RGB (Red+Green+Blue) = 242+232+130=604 (80% of max value = 765). Red value is 242 (94.92% from 255 or 40.07% from 604); Green value is 232 (91.02% from 255 or 38.41% from 604); Blue value is 130 (51.17% from 255 or 21.52% from 604); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E882 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2E882 is #0D177D. Grayscale: #DFDFDF. Windows color (decimal): -857982 or 8579314. OLE color: 8579314.

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

Color convert

RGB 242 232 130 -
CMYK 0 0.04 0.46 0.05
HSL 54.64º 0.81% 0.73% -
HSV(B) 54.64º 0.46% 0.95% -
XYZ 69.5 78.2 32.55 -
YUV 223.36 75.31 141.29 -
System Red Green Blue C M Y K H S L
Decimal 242 232 130 0 0.04 0.46 0.05 54.64 0.81 0.73
Hex F2 E8 82 0 4 2E 5 37 51 49
Octal 362 350 202 0 4 56 5 67 121 111
Binary 11110010 11101000 10000010 0 100 101110 101 110111 1010001 1001001

Color Harmonies of #F2E882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E882

Black with #F2E882

Text Example


Text Example

White with #F2E882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E882; }

 p { color: rgb(242,232,130); }

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

background-color css

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

 a { background-color: rgb(242,232,130); }

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

border-color css

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

 span { border-color: rgb(242,232,130); }

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