Html Css Color HEX #F4EA7A Texas

📋 copy color: '#F4EA7A'

red 244 ◦ green 234 ◦ blue 122

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

Shades of Texas #F4EA7A

Tints of Texas #F4EA7A

RGB

 RED value IS 244 (95.7% from 255) = 40.67%

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

 BLUE value IS 122 (48.05% from 255) = 20.33%

R = 40.67%
G = 39%
B = 20.33%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.5

 K value IS 0.04

RGB Variations

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

Color information

#F4EA7A (or 0xF4EA7A) is known color: Texas. HEX triplet: F4, EA and 7A. RGB value is (244,234,122). Sum of RGB (Red+Green+Blue) = 244+234+122=600 (79% of max value = 765). Red value is 244 (95.70% from 255 or 40.67% from 600); Green value is 234 (91.80% from 255 or 39% from 600); Blue value is 122 (48.05% from 255 or 20.33% from 600); Max value from RGB is 244 - color contains mainly: red. Hex color #F4EA7A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F4EA7A is #0B1585. Grayscale: #E0E0E0. Windows color (decimal): -726406 or 8055540. OLE color: 8055540.

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

Color convert

RGB 244 234 122 -
CMYK 0 0.04 0.5 0.04
HSL 55.08º 0.85% 0.72% -
HSV(B) 55.08º 0.5% 0.96% -
XYZ 70.24 79.48 30.05 -
YUV 224.22 70.31 142.11 -
System Red Green Blue C M Y K H S L
Decimal 244 234 122 0 0.04 0.5 0.04 55.08 0.85 0.72
Hex F4 EA 7A 0 4 32 4 37 55 48
Octal 364 352 172 0 4 62 4 67 125 110
Binary 11110100 11101010 1111010 0 100 110010 100 110111 1010101 1001000

Color Harmonies of #F4EA7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4EA7A

Black with #F4EA7A

Text Example


Text Example

White with #F4EA7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4EA7A; }

 p { color: rgb(244,234,122); }

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

background-color css

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

 a { background-color: rgb(244,234,122); }

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

border-color css

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

 span { border-color: rgb(244,234,122); }

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