Html Css Color HEX #F2E978 Texas

📋 copy color: '#F2E978'

red 242 ◦ green 233 ◦ blue 120

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

Shades of Texas #F2E978

Tints of Texas #F2E978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 20.17%

R = 40.67%
G = 39.16%
B = 20.17%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.50

 K value IS 0.05

RGB Variations

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

Color information

#F2E978 (or 0xF2E978) is known color: Texas. HEX triplet: F2, E9 and 78. RGB value is (242,233,120). Sum of RGB (Red+Green+Blue) = 242+233+120=595 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.67% from 595); Green value is 233 (91.41% from 255 or 39.16% from 595); Blue value is 120 (47.27% from 255 or 20.17% from 595); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E978 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2E978 is #0D1687. Grayscale: #DFDFDF. Windows color (decimal): -857736 or 7924210. OLE color: 7924210.

HSL color Cylindrical-coordinate representation of color #F2E978: hue angle of 55.57º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F2E978 is Cyan = 0, Magento = 0.04, Yellow = 0.50 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 233 120 -
CMYK 0 0.04 0.50 0.05
HSL 55.57º 0.82% 0.71% -
HSV(B) 55.57º 0.5% 0.95% -
XYZ 69.15 78.51 29.28 -
YUV 222.81 69.98 141.69 -
System Red Green Blue C M Y K H S L
Decimal 242 233 120 0 0.04 0.50 0.05 55.57 0.82 0.71
Hex F2 E9 78 0 4 32 5 38 52 47
Octal 362 351 170 0 4 62 5 70 122 107
Binary 11110010 11101001 1111000 0 100 110010 101 111000 1010010 1000111

Color Harmonies of #F2E978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E978

Black with #F2E978

Text Example


Text Example

White with #F2E978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E978; }

 p { color: rgb(242,233,120); }

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

background-color css

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

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

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

border-color css

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

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

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