Html Css Color HEX #F5EA7C Texas

📋 copy color: '#F5EA7C'

red 245 ◦ green 234 ◦ blue 124

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

Shades of Texas #F5EA7C

Tints of Texas #F5EA7C

RGB

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

 GREEN value IS 234 (91.8% from 255) = 38.81%

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

R = 40.63%
G = 38.81%
B = 20.56%

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

#F5EA7C (or 0xF5EA7C) is known color: Texas. HEX triplet: F5, EA and 7C. RGB value is (245,234,124). Sum of RGB (Red+Green+Blue) = 245+234+124=603 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.63% from 603); Green value is 234 (91.80% from 255 or 38.81% from 603); Blue value is 124 (48.83% from 255 or 20.56% from 603); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EA7C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5EA7C is #0A1583. Grayscale: #E1E1E1. Windows color (decimal): -660868 or 8186613. OLE color: 8186613.

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

Color convert

RGB 245 234 124 -
CMYK 0 0.04 0.49 0.04
HSL 54.55º 0.86% 0.72% -
HSV(B) 54.55º 0.49% 0.96% -
XYZ 70.72 79.71 30.73 -
YUV 224.75 71.14 142.44 -
System Red Green Blue C M Y K H S L
Decimal 245 234 124 0 0.04 0.49 0.04 54.55 0.86 0.72
Hex F5 EA 7C 0 4 31 4 37 56 48
Octal 365 352 174 0 4 61 4 67 126 110
Binary 11110101 11101010 1111100 0 100 110001 100 110111 1010110 1001000

Color Harmonies of #F5EA7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5EA7C

Black with #F5EA7C

Text Example


Text Example

White with #F5EA7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5EA7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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