Html Css Color HEX #F2EF7C Texas

📋 copy color: '#F2EF7C'

red 242 ◦ green 239 ◦ blue 124

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

Shades of Texas #F2EF7C

Tints of Texas #F2EF7C

RGB

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

 GREEN value IS 239 (93.75% from 255) = 39.5%

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

R = 40%
G = 39.5%
B = 20.5%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#F2EF7C (or 0xF2EF7C) is known color: Texas. HEX triplet: F2, EF and 7C. RGB value is (242,239,124). Sum of RGB (Red+Green+Blue) = 242+239+124=605 (80% of max value = 765). Red value is 242 (94.92% from 255 or 40% from 605); Green value is 239 (93.75% from 255 or 39.50% from 605); Blue value is 124 (48.83% from 255 or 20.50% from 605); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EF7C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2EF7C is #0D1083. Grayscale: #E3E3E3. Windows color (decimal): -856196 or 8187890. OLE color: 8187890.

HSL color Cylindrical-coordinate representation of color #F2EF7C: hue angle of 58.47º 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 #F2EF7C is Cyan = 0, Magento = 0.01, Yellow = 0.49 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 239 124 -
CMYK 0 0.01 0.49 0.05
HSL 58.47º 0.82% 0.72% -
HSV(B) 58.47º 0.49% 0.95% -
XYZ 71.12 82.07 31.16 -
YUV 226.79 69.99 138.85 -
System Red Green Blue C M Y K H S L
Decimal 242 239 124 0 0.01 0.49 0.05 58.47 0.82 0.72
Hex F2 EF 7C 0 1 31 5 3A 52 48
Octal 362 357 174 0 1 61 5 72 122 110
Binary 11110010 11101111 1111100 0 1 110001 101 111010 1010010 1001000

Color Harmonies of #F2EF7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2EF7C

Black with #F2EF7C

Text Example


Text Example

White with #F2EF7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2EF7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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