Html Css Color HEX #F2EE7C Texas

📋 copy color: '#F2EE7C'

red 242 ◦ green 238 ◦ blue 124

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

Shades of Texas #F2EE7C

Tints of Texas #F2EE7C

RGB

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

 GREEN value IS 238 (93.36% from 255) = 39.4%

 BLUE value IS 124 (48.83% from 255) = 20.53%

R = 40.07%
G = 39.4%
B = 20.53%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#F2EE7C (or 0xF2EE7C) is known color: Texas. HEX triplet: F2, EE and 7C. RGB value is (242,238,124). Sum of RGB (Red+Green+Blue) = 242+238+124=604 (80% of max value = 765). Red value is 242 (94.92% from 255 or 40.07% from 604); Green value is 238 (93.36% from 255 or 39.40% from 604); Blue value is 124 (48.83% from 255 or 20.53% from 604); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EE7C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2EE7C is #0D1183. Grayscale: #E2E2E2. Windows color (decimal): -856452 or 8187634. OLE color: 8187634.

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

Color convert

RGB 242 238 124 -
CMYK 0 0.02 0.49 0.05
HSL 57.97º 0.82% 0.72% -
HSV(B) 57.97º 0.49% 0.95% -
XYZ 70.83 81.48 31.06 -
YUV 226.2 70.33 139.27 -
System Red Green Blue C M Y K H S L
Decimal 242 238 124 0 0.02 0.49 0.05 57.97 0.82 0.72
Hex F2 EE 7C 0 2 31 5 3A 52 48
Octal 362 356 174 0 2 61 5 72 122 110
Binary 11110010 11101110 1111100 0 10 110001 101 111010 1010010 1001000

Color Harmonies of #F2EE7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2EE7C

Black with #F2EE7C

Text Example


Text Example

White with #F2EE7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2EE7C; }

 p { color: rgb(242,238,124); }

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

background-color css

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

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

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

border-color css

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

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

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