Html Css Color HEX #F2E582 Texas

📋 copy color: '#F2E582'

red 242 ◦ green 229 ◦ blue 130

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

Shades of Texas #F2E582

Tints of Texas #F2E582

RGB

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

 GREEN value IS 229 (89.84% from 255) = 38.1%

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

R = 40.27%
G = 38.1%
B = 21.63%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.46

 K value IS 0.05

RGB Variations

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

Color information

#F2E582 (or 0xF2E582) is known color: Texas. HEX triplet: F2, E5 and 82. RGB value is (242,229,130). Sum of RGB (Red+Green+Blue) = 242+229+130=601 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.27% from 601); Green value is 229 (89.84% from 255 or 38.10% from 601); Blue value is 130 (51.17% from 255 or 21.63% from 601); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E582 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2E582 is #0D1A7D. Grayscale: #DEDEDE. Windows color (decimal): -858750 or 8578546. OLE color: 8578546.

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

Color convert

RGB 242 229 130 -
CMYK 0 0.05 0.46 0.05
HSL 53.04º 0.81% 0.73% -
HSV(B) 53.04º 0.46% 0.95% -
XYZ 68.67 76.53 32.27 -
YUV 221.6 76.31 142.55 -
System Red Green Blue C M Y K H S L
Decimal 242 229 130 0 0.05 0.46 0.05 53.04 0.81 0.73
Hex F2 E5 82 0 5 2E 5 35 51 49
Octal 362 345 202 0 5 56 5 65 121 111
Binary 11110010 11100101 10000010 0 101 101110 101 110101 1010001 1001001

Color Harmonies of #F2E582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E582

Black with #F2E582

Text Example


Text Example

White with #F2E582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E582; }

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

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

background-color css

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

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

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

border-color css

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

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

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