Html Css Color HEX #F0EF7D Texas

📋 copy color: '#F0EF7D'

red 240 ◦ green 239 ◦ blue 125

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

Shades of Texas #F0EF7D

Tints of Texas #F0EF7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 20.7%

R = 39.74%
G = 39.57%
B = 20.7%

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

#F0EF7D (or 0xF0EF7D) is known color: Texas. HEX triplet: F0, EF and 7D. RGB value is (240,239,125). Sum of RGB (Red+Green+Blue) = 240+239+125=604 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.74% from 604); Green value is 239 (93.75% from 255 or 39.57% from 604); Blue value is 125 (49.22% from 255 or 20.70% from 604); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EF7D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0EF7D is #0F1082. Grayscale: #E2E2E2. Windows color (decimal): -987267 or 8253424. OLE color: 8253424.

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

Color convert

RGB 240 239 125 -
CMYK 0 0.00 0.48 0.06
HSL 59.48º 0.79% 0.72% -
HSV(B) 59.48º 0.48% 0.94% -
XYZ 70.5 81.74 31.46 -
YUV 226.3 70.83 137.77 -
System Red Green Blue C M Y K H S L
Decimal 240 239 125 0 0.00 0.48 0.06 59.48 0.79 0.72
Hex F0 EF 7D 0 0 30 6 3B 4F 48
Octal 360 357 175 0 0 60 6 73 117 110
Binary 11110000 11101111 1111101 0 0 110000 110 111011 1001111 1001000

Color Harmonies of #F0EF7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0EF7D

Black with #F0EF7D

Text Example


Text Example

White with #F0EF7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0EF7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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