Html Css Color HEX #F0F082 Texas

📋 copy color: '#F0F082'

red 240 ◦ green 240 ◦ blue 130

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

Shades of Texas #F0F082

Tints of Texas #F0F082

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 21.31%

R = 39.34%
G = 39.34%
B = 21.31%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.46

 K value IS 0.06

RGB Variations

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

Color information

#F0F082 (or 0xF0F082) is known color: Texas. HEX triplet: F0, F0 and 82. RGB value is (240,240,130). Sum of RGB (Red+Green+Blue) = 240+240+130=610 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.34% from 610); Green value is 240 (94.14% from 255 or 39.34% from 610); Blue value is 130 (51.17% from 255 or 21.31% from 610); Max value from RGB is 240 - color contains mainly: red, green. Hex color #F0F082 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0F082 is #0F0F7D. Grayscale: #E3E3E3. Windows color (decimal): -987006 or 8581360. OLE color: 8581360.

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

Color convert

RGB 240 240 130 -
CMYK 0 0 0.46 0.06
HSL 60º 0.79% 0.73% -
HSV(B) 60º 0.46% 0.94% -
XYZ 71.12 82.46 33.29 -
YUV 227.46 73 136.94 -
System Red Green Blue C M Y K H S L
Decimal 240 240 130 0 0 0.46 0.06 60 0.79 0.73
Hex F0 F0 82 0 0 2E 6 3C 4F 49
Octal 360 360 202 0 0 56 6 74 117 111
Binary 11110000 11110000 10000010 0 0 101110 110 111100 1001111 1001001

Color Harmonies of #F0F082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0F082

Black with #F0F082

Text Example


Text Example

White with #F0F082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0F082; }

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

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

background-color css

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

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

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

border-color css

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

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

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