Html Css Color HEX #F7E980 Texas

📋 copy color: '#F7E980'

red 247 ◦ green 233 ◦ blue 128

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

Shades of Texas #F7E980

Tints of Texas #F7E980

RGB

 RED value IS 247 (96.88% from 255) = 40.63%

 GREEN value IS 233 (91.41% from 255) = 38.32%

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

R = 40.63%
G = 38.32%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.48

 K value IS 0.03

RGB Variations

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

Color information

#F7E980 (or 0xF7E980) is known color: Texas. HEX triplet: F7, E9 and 80. RGB value is (247,233,128). Sum of RGB (Red+Green+Blue) = 247+233+128=608 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.62% from 608); Green value is 233 (91.41% from 255 or 38.32% from 608); Blue value is 128 (50.39% from 255 or 21.05% from 608); Max value from RGB is 247 - color contains mainly: red. Hex color #F7E980 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F7E980 is #08167F. Grayscale: #E1E1E1. Windows color (decimal): -530048 or 8448503. OLE color: 8448503.

HSL color Cylindrical-coordinate representation of color #F7E980: hue angle of 52.94º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F7E980 is Cyan = 0, Magento = 0.06, Yellow = 0.48 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 233 128 -
CMYK 0 0.06 0.48 0.03
HSL 52.94º 0.88% 0.74% -
HSV(B) 52.94º 0.48% 0.97% -
XYZ 71.39 79.61 32.03 -
YUV 225.22 73.14 143.54 -
System Red Green Blue C M Y K H S L
Decimal 247 233 128 0 0.06 0.48 0.03 52.94 0.88 0.74
Hex F7 E9 80 0 6 30 3 35 58 4A
Octal 367 351 200 0 6 60 3 65 130 112
Binary 11110111 11101001 10000000 0 110 110000 11 110101 1011000 1001010

Color Harmonies of #F7E980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7E980

Black with #F7E980

Text Example


Text Example

White with #F7E980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7E980; }

 p { color: rgb(247,233,128); }

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

background-color css

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

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

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

border-color css

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

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

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