Html Css Color HEX #F2E97D Texas

📋 copy color: '#F2E97D'

red 242 ◦ green 233 ◦ blue 125

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

Shades of Texas #F2E97D

Tints of Texas #F2E97D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 20.83%

R = 40.33%
G = 38.83%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#F2E97D (or 0xF2E97D) is known color: Texas. HEX triplet: F2, E9 and 7D. RGB value is (242,233,125). Sum of RGB (Red+Green+Blue) = 242+233+125=600 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.33% from 600); Green value is 233 (91.41% from 255 or 38.83% from 600); Blue value is 125 (49.22% from 255 or 20.83% from 600); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E97D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2E97D is #0D1682. Grayscale: #DFDFDF. Windows color (decimal): -857731 or 8251890. OLE color: 8251890.

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

Color convert

RGB 242 233 125 -
CMYK 0 0.04 0.48 0.05
HSL 55.38º 0.82% 0.72% -
HSV(B) 55.38º 0.48% 0.95% -
XYZ 69.46 78.64 30.92 -
YUV 223.38 72.48 141.28 -
System Red Green Blue C M Y K H S L
Decimal 242 233 125 0 0.04 0.48 0.05 55.38 0.82 0.72
Hex F2 E9 7D 0 4 30 5 37 52 48
Octal 362 351 175 0 4 60 5 67 122 110
Binary 11110010 11101001 1111101 0 100 110000 101 110111 1010010 1001000

Color Harmonies of #F2E97D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E97D

Black with #F2E97D

Text Example


Text Example

White with #F2E97D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E97D; }

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

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

background-color css

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

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

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

border-color css

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

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

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