Html Css Color HEX #F2E780 Texas

📋 copy color: '#F2E780'

red 242 ◦ green 231 ◦ blue 128

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

Shades of Texas #F2E780

Tints of Texas #F2E780

RGB

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

 GREEN value IS 231 (90.63% from 255) = 38.44%

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

R = 40.27%
G = 38.44%
B = 21.3%

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

#F2E780 (or 0xF2E780) is known color: Texas. HEX triplet: F2, E7 and 80. RGB value is (242,231,128). Sum of RGB (Red+Green+Blue) = 242+231+128=601 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.27% from 601); Green value is 231 (90.62% from 255 or 38.44% from 601); Blue value is 128 (50.39% from 255 or 21.30% from 601); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E780 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2E780 is #0D187F. Grayscale: #DEDEDE. Windows color (decimal): -858240 or 8447986. OLE color: 8447986.

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

Color convert

RGB 242 231 128 -
CMYK 0 0.05 0.47 0.05
HSL 54.21º 0.81% 0.73% -
HSV(B) 54.21º 0.47% 0.95% -
XYZ 69.09 77.59 31.76 -
YUV 222.55 74.64 141.88 -
System Red Green Blue C M Y K H S L
Decimal 242 231 128 0 0.05 0.47 0.05 54.21 0.81 0.73
Hex F2 E7 80 0 5 2F 5 36 51 49
Octal 362 347 200 0 5 57 5 66 121 111
Binary 11110010 11100111 10000000 0 101 101111 101 110110 1010001 1001001

Color Harmonies of #F2E780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E780

Black with #F2E780

Text Example


Text Example

White with #F2E780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E780; }

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

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

background-color css

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

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

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

border-color css

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

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

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