Html Css Color HEX #F5EC7C Texas

📋 copy color: '#F5EC7C'

red 245 ◦ green 236 ◦ blue 124

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

Shades of Texas #F5EC7C

Tints of Texas #F5EC7C

RGB

 RED value IS 245 (96.09% from 255) = 40.5%

 GREEN value IS 236 (92.58% from 255) = 39.01%

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

R = 40.5%
G = 39.01%
B = 20.5%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.49

 K value IS 0.04

RGB Variations

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

Color information

#F5EC7C (or 0xF5EC7C) is known color: Texas. HEX triplet: F5, EC and 7C. RGB value is (245,236,124). Sum of RGB (Red+Green+Blue) = 245+236+124=605 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.50% from 605); Green value is 236 (92.58% from 255 or 39.01% from 605); Blue value is 124 (48.83% from 255 or 20.50% from 605); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EC7C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5EC7C is #0A1383. Grayscale: #E2E2E2. Windows color (decimal): -660356 or 8187125. OLE color: 8187125.

HSL color Cylindrical-coordinate representation of color #F5EC7C: hue angle of 55.54º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F5EC7C is Cyan = 0, Magento = 0.04, Yellow = 0.49 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 236 124 -
CMYK 0 0.04 0.49 0.04
HSL 55.54º 0.86% 0.72% -
HSV(B) 55.54º 0.49% 0.96% -
XYZ 71.29 80.86 30.92 -
YUV 225.92 70.48 141.61 -
System Red Green Blue C M Y K H S L
Decimal 245 236 124 0 0.04 0.49 0.04 55.54 0.86 0.72
Hex F5 EC 7C 0 4 31 4 38 56 48
Octal 365 354 174 0 4 61 4 70 126 110
Binary 11110101 11101100 1111100 0 100 110001 100 111000 1010110 1001000

Color Harmonies of #F5EC7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5EC7C

Black with #F5EC7C

Text Example


Text Example

White with #F5EC7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5EC7C; }

 p { color: rgb(245,236,124); }

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

background-color css

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

 a { background-color: rgb(245,236,124); }

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

border-color css

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

 span { border-color: rgb(245,236,124); }

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