Html Css Color HEX #F2E680 Texas

📋 copy color: '#F2E680'

red 242 ◦ green 230 ◦ blue 128

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

Shades of Texas #F2E680

Tints of Texas #F2E680

RGB

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

 GREEN value IS 230 (90.23% from 255) = 38.33%

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

R = 40.33%
G = 38.33%
B = 21.33%

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

#F2E680 (or 0xF2E680) is known color: Texas. HEX triplet: F2, E6 and 80. RGB value is (242,230,128). Sum of RGB (Red+Green+Blue) = 242+230+128=600 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.33% from 600); Green value is 230 (90.23% from 255 or 38.33% from 600); Blue value is 128 (50.39% from 255 or 21.33% from 600); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E680 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2E680 is #0D197F. Grayscale: #DEDEDE. Windows color (decimal): -858496 or 8447730. OLE color: 8447730.

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

Color convert

RGB 242 230 128 -
CMYK 0 0.05 0.47 0.05
HSL 53.68º 0.81% 0.73% -
HSV(B) 53.68º 0.47% 0.95% -
XYZ 68.81 77.03 31.66 -
YUV 221.96 74.98 142.29 -
System Red Green Blue C M Y K H S L
Decimal 242 230 128 0 0.05 0.47 0.05 53.68 0.81 0.73
Hex F2 E6 80 0 5 2F 5 36 51 49
Octal 362 346 200 0 5 57 5 66 121 111
Binary 11110010 11100110 10000000 0 101 101111 101 110110 1010001 1001001

Color Harmonies of #F2E680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E680

Black with #F2E680

Text Example


Text Example

White with #F2E680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E680; }

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

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

background-color css

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

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

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

border-color css

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

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

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