Html Css Color HEX #F2E580 Texas

📋 copy color: '#F2E580'

red 242 ◦ green 229 ◦ blue 128

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

Shades of Texas #F2E580

Tints of Texas #F2E580

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 21.37%

R = 40.4%
G = 38.23%
B = 21.37%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#F2E580 (or 0xF2E580) is known color: Texas. HEX triplet: F2, E5 and 80. RGB value is (242,229,128). Sum of RGB (Red+Green+Blue) = 242+229+128=599 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.40% from 599); Green value is 229 (89.84% from 255 or 38.23% from 599); Blue value is 128 (50.39% from 255 or 21.37% from 599); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E580 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2E580 is #0D1A7F. Grayscale: #DDDDDD. Windows color (decimal): -858752 or 8447474. OLE color: 8447474.

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

Color convert

RGB 242 229 128 -
CMYK 0 0.05 0.47 0.05
HSL 53.16º 0.81% 0.73% -
HSV(B) 53.16º 0.47% 0.95% -
XYZ 68.53 76.47 31.57 -
YUV 221.37 75.31 142.71 -
System Red Green Blue C M Y K H S L
Decimal 242 229 128 0 0.05 0.47 0.05 53.16 0.81 0.73
Hex F2 E5 80 0 5 2F 5 35 51 49
Octal 362 345 200 0 5 57 5 65 121 111
Binary 11110010 11100101 10000000 0 101 101111 101 110101 1010001 1001001

Color Harmonies of #F2E580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E580

Black with #F2E580

Text Example


Text Example

White with #F2E580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E580; }

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

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

background-color css

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

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

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

border-color css

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

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

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