Html Css Color HEX #F0F080 Texas

📋 copy color: '#F0F080'

red 240 ◦ green 240 ◦ blue 128

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

Shades of Texas #F0F080

Tints of Texas #F0F080

RGB

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

 GREEN value IS 240 (94.14% from 255) = 39.47%

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

R = 39.47%
G = 39.47%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#F0F080 (or 0xF0F080) is known color: Texas. HEX triplet: F0, F0 and 80. RGB value is (240,240,128). Sum of RGB (Red+Green+Blue) = 240+240+128=608 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.47% from 608); Green value is 240 (94.14% from 255 or 39.47% from 608); Blue value is 128 (50.39% from 255 or 21.05% from 608); Max value from RGB is 240 - color contains mainly: red, green. Hex color #F0F080 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0F080 is #0F0F7F. Grayscale: #E3E3E3. Windows color (decimal): -987008 or 8450288. OLE color: 8450288.

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

Color convert

RGB 240 240 128 -
CMYK 0 0 0.47 0.06
HSL 60º 0.79% 0.72% -
HSV(B) 60º 0.47% 0.94% -
XYZ 70.99 82.4 32.59 -
YUV 227.23 72 137.11 -
System Red Green Blue C M Y K H S L
Decimal 240 240 128 0 0 0.47 0.06 60 0.79 0.72
Hex F0 F0 80 0 0 2F 6 3C 4F 48
Octal 360 360 200 0 0 57 6 74 117 110
Binary 11110000 11110000 10000000 0 0 101111 110 111100 1001111 1001000

Color Harmonies of #F0F080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0F080

Black with #F0F080

Text Example


Text Example

White with #F0F080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0F080; }

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

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

background-color css

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

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

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

border-color css

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

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

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