#F4EB7F

Color #F4EB7F Texas (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Texas #F4EB7F

Tints of Texas #F4EB7F

Color information

#F4EB7F (or 0xF4EB7F) is unknown color: approx Texas. HEX triplet: F4, EB and 7F. RGB value is (244,235,127). Sum of RGB (Red+Green+Blue) = 244+235+127=606 (80% of max value = 765). Red value is 244 (95.70% from 255 or 40.26% from 606); Green value is 235 (92.19% from 255 or 38.78% from 606); Blue value is 127 (50% from 255 or 20.96% from 606); Max value from RGB is 244 - color contains mainly: red. Hex color #F4EB7F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F4EB7F is #0B1480. Grayscale: #E1E1E1. Windows color (decimal): -726145 or 8383476. OLE color: 8383476.

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

Color convert

RGB244235127-
CMYK00.040.480.04
HSL55.38º84.17%72.75%-
HSV(B)55.38º47.95%95.69%-
XYZ70.8580.1831.82-
YUV225.3872.48141.28-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 40.26%
GREEN value IS 235 (92.19% from 255) = 38.78%
BLUE value IS 127 (50% from 255) = 20.96%
R=40.26%
G=38.78%
B=20.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.48
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24423512700.040.480.0455.3884.1772.75
HexF4EB7F04304375449
Octal3643531770460467124111
Binary11110100111010111111111010011000010011011110101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4EB7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4EB7F; }

 p { color: rgb(244,235,127); }

 H1.HeaderClassName
 {
   color: #F4EB7F;
 }
 .AnyTagClassName
 {
   color: #F4EB7F;
 }
</style>
background-color css

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

 a { background-color: rgb(244,235,127); }

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

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

 span { border-color: rgb(244,235,127); }

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