Html Css Color HEX #F4ED7E Texas

📋 copy color: '#F4ED7E'

red 244 ◦ green 237 ◦ blue 126

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

Shades of Texas #F4ED7E

Tints of Texas #F4ED7E

RGB

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

 GREEN value IS 237 (92.97% from 255) = 39.04%

 BLUE value IS 126 (49.61% from 255) = 20.76%

R = 40.2%
G = 39.04%
B = 20.76%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.48

 K value IS 0.04

RGB Variations

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

Color information

#F4ED7E (or 0xF4ED7E) is known color: Texas. HEX triplet: F4, ED and 7E. RGB value is (244,237,126). Sum of RGB (Red+Green+Blue) = 244+237+126=607 (80% of max value = 765). Red value is 244 (95.70% from 255 or 40.20% from 607); Green value is 237 (92.97% from 255 or 39.04% from 607); Blue value is 126 (49.61% from 255 or 20.76% from 607); Max value from RGB is 244 - color contains mainly: red. Hex color #F4ED7E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F4ED7E is #0B1281. Grayscale: #E2E2E2. Windows color (decimal): -725634 or 8318452. OLE color: 8318452.

HSL color Cylindrical-coordinate representation of color #F4ED7E: hue angle of 56.44º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F4ED7E is Cyan = 0, Magento = 0.03, Yellow = 0.48 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 237 126 -
CMYK 0 0.03 0.48 0.04
HSL 56.44º 0.84% 0.73% -
HSV(B) 56.44º 0.48% 0.96% -
XYZ 71.36 81.31 31.67 -
YUV 226.44 71.32 140.53 -
System Red Green Blue C M Y K H S L
Decimal 244 237 126 0 0.03 0.48 0.04 56.44 0.84 0.73
Hex F4 ED 7E 0 3 30 4 38 54 49
Octal 364 355 176 0 3 60 4 70 124 111
Binary 11110100 11101101 1111110 0 11 110000 100 111000 1010100 1001001

Color Harmonies of #F4ED7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4ED7E

Black with #F4ED7E

Text Example


Text Example

White with #F4ED7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4ED7E; }

 p { color: rgb(244,237,126); }

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

background-color css

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

 a { background-color: rgb(244,237,126); }

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

border-color css

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

 span { border-color: rgb(244,237,126); }

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