Html Css Color HEX #F2F282 Texas

📋 copy color: '#F2F282'

red 242 ◦ green 242 ◦ blue 130

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

Shades of Texas #F2F282

Tints of Texas #F2F282

RGB

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

 GREEN value IS 242 (94.92% from 255) = 39.41%

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

R = 39.41%
G = 39.41%
B = 21.17%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.46

 K value IS 0.05

RGB Variations

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

Color information

#F2F282 (or 0xF2F282) is known color: Texas. HEX triplet: F2, F2 and 82. RGB value is (242,242,130). Sum of RGB (Red+Green+Blue) = 242+242+130=614 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.41% from 614); Green value is 242 (94.92% from 255 or 39.41% from 614); Blue value is 130 (51.17% from 255 or 21.17% from 614); Max value from RGB is 242 - color contains mainly: red, green. Hex color #F2F282 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2F282 is #0D0D7D. Grayscale: #E5E5E5. Windows color (decimal): -855422 or 8581874. OLE color: 8581874.

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

Color convert

RGB 242 242 130 -
CMYK 0 0 0.46 0.05
HSL 60º 0.81% 0.73% -
HSV(B) 60º 0.46% 0.95% -
XYZ 72.4 83.99 33.52 -
YUV 229.23 72 137.11 -
System Red Green Blue C M Y K H S L
Decimal 242 242 130 0 0 0.46 0.05 60 0.81 0.73
Hex F2 F2 82 0 0 2E 5 3C 51 49
Octal 362 362 202 0 0 56 5 74 121 111
Binary 11110010 11110010 10000010 0 0 101110 101 111100 1010001 1001001

Color Harmonies of #F2F282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F282

Black with #F2F282

Text Example


Text Example

White with #F2F282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F282; }

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

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

background-color css

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

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

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

border-color css

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

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

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