Html Css Color HEX #F3F080 Texas

📋 copy color: '#F3F080'

red 243 ◦ green 240 ◦ blue 128

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

Shades of Texas #F3F080

Tints of Texas #F3F080

RGB

 RED value IS 243 (95.31% from 255) = 39.77%

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

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

R = 39.77%
G = 39.28%
B = 20.95%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#F3F080 (or 0xF3F080) is known color: Texas. HEX triplet: F3, F0 and 80. RGB value is (243,240,128). Sum of RGB (Red+Green+Blue) = 243+240+128=611 (80% of max value = 765). Red value is 243 (95.31% from 255 or 39.77% from 611); Green value is 240 (94.14% from 255 or 39.28% from 611); Blue value is 128 (50.39% from 255 or 20.95% from 611); Max value from RGB is 243 - color contains mainly: red. Hex color #F3F080 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F3F080 is #0C0F7F. Grayscale: #E4E4E4. Windows color (decimal): -790400 or 8450291. OLE color: 8450291.

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

Color convert

RGB 243 240 128 -
CMYK 0 0.01 0.47 0.05
HSL 58.43º 0.83% 0.73% -
HSV(B) 58.43º 0.47% 0.95% -
XYZ 72.02 82.93 32.63 -
YUV 228.13 71.49 138.61 -
System Red Green Blue C M Y K H S L
Decimal 243 240 128 0 0.01 0.47 0.05 58.43 0.83 0.73
Hex F3 F0 80 0 1 2F 5 3A 53 49
Octal 363 360 200 0 1 57 5 72 123 111
Binary 11110011 11110000 10000000 0 1 101111 101 111010 1010011 1001001

Color Harmonies of #F3F080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3F080

Black with #F3F080

Text Example


Text Example

White with #F3F080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3F080; }

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

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

background-color css

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

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

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

border-color css

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

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

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