Html Css Color HEX #F0E37F Texas

📋 copy color: '#F0E37F'

red 240 ◦ green 227 ◦ blue 127

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

Shades of Texas #F0E37F

Tints of Texas #F0E37F

RGB

 RED value IS 240 (94.14% from 255) = 40.4%

 GREEN value IS 227 (89.06% from 255) = 38.22%

 BLUE value IS 127 (50% from 255) = 21.38%

R = 40.4%
G = 38.22%
B = 21.38%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#F0E37F (or 0xF0E37F) is known color: Texas. HEX triplet: F0, E3 and 7F. RGB value is (240,227,127). Sum of RGB (Red+Green+Blue) = 240+227+127=594 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.40% from 594); Green value is 227 (89.06% from 255 or 38.22% from 594); Blue value is 127 (50% from 255 or 21.38% from 594); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E37F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0E37F is #0F1C80. Grayscale: #DBDBDB. Windows color (decimal): -990337 or 8381424. OLE color: 8381424.

HSL color Cylindrical-coordinate representation of color #F0E37F: hue angle of 53.1º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F0E37F is Cyan = 0, Magento = 0.05, Yellow = 0.47 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 227 127 -
CMYK 0 0.05 0.47 0.06
HSL 53.1º 0.79% 0.72% -
HSV(B) 53.1º 0.47% 0.94% -
XYZ 67.24 75 31.01 -
YUV 219.49 75.81 142.63 -
System Red Green Blue C M Y K H S L
Decimal 240 227 127 0 0.05 0.47 0.06 53.1 0.79 0.72
Hex F0 E3 7F 0 5 2F 6 35 4F 48
Octal 360 343 177 0 5 57 6 65 117 110
Binary 11110000 11100011 1111111 0 101 101111 110 110101 1001111 1001000

Color Harmonies of #F0E37F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0E37F

Black with #F0E37F

Text Example


Text Example

White with #F0E37F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0E37F; }

 p { color: rgb(240,227,127); }

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

background-color css

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

 a { background-color: rgb(240,227,127); }

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

border-color css

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

 span { border-color: rgb(240,227,127); }

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