Html Css Color HEX #F0EA7B Texas

📋 copy color: '#F0EA7B'

red 240 ◦ green 234 ◦ blue 123

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

Shades of Texas #F0EA7B

Tints of Texas #F0EA7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 20.6%

R = 40.2%
G = 39.2%
B = 20.6%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#F0EA7B (or 0xF0EA7B) is known color: Texas. HEX triplet: F0, EA and 7B. RGB value is (240,234,123). Sum of RGB (Red+Green+Blue) = 240+234+123=597 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40.20% from 597); Green value is 234 (91.80% from 255 or 39.20% from 597); Blue value is 123 (48.44% from 255 or 20.60% from 597); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EA7B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0EA7B is #0F1584. Grayscale: #DFDFDF. Windows color (decimal): -988549 or 8121072. OLE color: 8121072.

HSL color Cylindrical-coordinate representation of color #F0EA7B: hue angle of 56.92º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F0EA7B is Cyan = 0, Magento = 0.02, Yellow = 0.49 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 234 123 -
CMYK 0 0.02 0.49 0.06
HSL 56.92º 0.8% 0.71% -
HSV(B) 56.92º 0.49% 0.94% -
XYZ 68.93 78.8 30.32 -
YUV 223.14 71.49 140.03 -
System Red Green Blue C M Y K H S L
Decimal 240 234 123 0 0.02 0.49 0.06 56.92 0.8 0.71
Hex F0 EA 7B 0 2 31 6 39 50 47
Octal 360 352 173 0 2 61 6 71 120 107
Binary 11110000 11101010 1111011 0 10 110001 110 111001 1010000 1000111

Color Harmonies of #F0EA7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0EA7B

Black with #F0EA7B

Text Example


Text Example

White with #F0EA7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0EA7B; }

 p { color: rgb(240,234,123); }

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

background-color css

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

 a { background-color: rgb(240,234,123); }

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

border-color css

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

 span { border-color: rgb(240,234,123); }

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