Html Css Color HEX #F0E680 Texas

📋 copy color: '#F0E680'

red 240 ◦ green 230 ◦ blue 128

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

Shades of Texas #F0E680

Tints of Texas #F0E680

RGB

 RED value IS 240 (94.14% from 255) = 40.13%

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

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

R = 40.13%
G = 38.46%
B = 21.4%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#F0E680 (or 0xF0E680) is known color: Texas. HEX triplet: F0, E6 and 80. RGB value is (240,230,128). Sum of RGB (Red+Green+Blue) = 240+230+128=598 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40.13% from 598); Green value is 230 (90.23% from 255 or 38.46% from 598); Blue value is 128 (50.39% from 255 or 21.40% from 598); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E680 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0E680 is #0F197F. Grayscale: #DDDDDD. Windows color (decimal): -989568 or 8447728. OLE color: 8447728.

HSL color Cylindrical-coordinate representation of color #F0E680: hue angle of 54.64º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F0E680 is Cyan = 0, Magento = 0.04, Yellow = 0.47 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 230 128 -
CMYK 0 0.04 0.47 0.06
HSL 54.64º 0.79% 0.72% -
HSV(B) 54.64º 0.47% 0.94% -
XYZ 68.13 76.68 31.63 -
YUV 221.36 75.31 141.29 -
System Red Green Blue C M Y K H S L
Decimal 240 230 128 0 0.04 0.47 0.06 54.64 0.79 0.72
Hex F0 E6 80 0 4 2F 6 37 4F 48
Octal 360 346 200 0 4 57 6 67 117 110
Binary 11110000 11100110 10000000 0 100 101111 110 110111 1001111 1001000

Color Harmonies of #F0E680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0E680

Black with #F0E680

Text Example


Text Example

White with #F0E680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0E680; }

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

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

background-color css

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

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

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

border-color css

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

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

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