Html Css Color HEX #F0F081 Texas

📋 copy color: '#F0F081'

red 240 ◦ green 240 ◦ blue 129

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

Shades of Texas #F0F081

Tints of Texas #F0F081

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 21.18%

R = 39.41%
G = 39.41%
B = 21.18%

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

#F0F081 (or 0xF0F081) is known color: Texas. HEX triplet: F0, F0 and 81. RGB value is (240,240,129). Sum of RGB (Red+Green+Blue) = 240+240+129=609 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.41% from 609); Green value is 240 (94.14% from 255 or 39.41% from 609); Blue value is 129 (50.78% from 255 or 21.18% from 609); Max value from RGB is 240 - color contains mainly: red, green. Hex color #F0F081 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0F081 is #0F0F7E. Grayscale: #E3E3E3. Windows color (decimal): -987007 or 8515824. OLE color: 8515824.

HSL color Cylindrical-coordinate representation of color #F0F081: 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.46%. Process color model (Four color, CMYK) of #F0F081 is Cyan = 0, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 240 129 -
CMYK 0 0 0.46 0.06
HSL 60º 0.79% 0.72% -
HSV(B) 60º 0.46% 0.94% -
XYZ 71.06 82.43 32.93 -
YUV 227.35 72.5 137.03 -
System Red Green Blue C M Y K H S L
Decimal 240 240 129 0 0 0.46 0.06 60 0.79 0.72
Hex F0 F0 81 0 0 2E 6 3C 4F 48
Octal 360 360 201 0 0 56 6 74 117 110
Binary 11110000 11110000 10000001 0 0 101110 110 111100 1001111 1001000

Color Harmonies of #F0F081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0F081

Black with #F0F081

Text Example


Text Example

White with #F0F081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0F081; }

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

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

background-color css

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

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

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

border-color css

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

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

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