Html Css Color HEX #F0EF7E Texas

📋 copy color: '#F0EF7E'

red 240 ◦ green 239 ◦ blue 126

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

Shades of Texas #F0EF7E

Tints of Texas #F0EF7E

RGB

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

 GREEN value IS 239 (93.75% from 255) = 39.5%

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

R = 39.67%
G = 39.5%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#F0EF7E (or 0xF0EF7E) is known color: Texas. HEX triplet: F0, EF and 7E. RGB value is (240,239,126). Sum of RGB (Red+Green+Blue) = 240+239+126=605 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.67% from 605); Green value is 239 (93.75% from 255 or 39.50% from 605); Blue value is 126 (49.61% from 255 or 20.83% from 605); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EF7E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0EF7E is #0F1081. Grayscale: #E2E2E2. Windows color (decimal): -987266 or 8318960. OLE color: 8318960.

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

Color convert

RGB 240 239 126 -
CMYK 0 0.00 0.48 0.06
HSL 59.47º 0.79% 0.72% -
HSV(B) 59.47º 0.48% 0.94% -
XYZ 70.57 81.76 31.8 -
YUV 226.42 71.33 137.69 -
System Red Green Blue C M Y K H S L
Decimal 240 239 126 0 0.00 0.48 0.06 59.47 0.79 0.72
Hex F0 EF 7E 0 0 30 6 3B 4F 48
Octal 360 357 176 0 0 60 6 73 117 110
Binary 11110000 11101111 1111110 0 0 110000 110 111011 1001111 1001000

Color Harmonies of #F0EF7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0EF7E

Black with #F0EF7E

Text Example


Text Example

White with #F0EF7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0EF7E; }

 p { color: rgb(240,239,126); }

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

background-color css

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

 a { background-color: rgb(240,239,126); }

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

border-color css

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

 span { border-color: rgb(240,239,126); }

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