Html Css Color HEX #F0ED7F Texas

📋 copy color: '#F0ED7F'

red 240 ◦ green 237 ◦ blue 127

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

Shades of Texas #F0ED7F

Tints of Texas #F0ED7F

RGB

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

 GREEN value IS 237 (92.97% from 255) = 39.24%

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

R = 39.74%
G = 39.24%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#F0ED7F (or 0xF0ED7F) is known color: Texas. HEX triplet: F0, ED and 7F. RGB value is (240,237,127). Sum of RGB (Red+Green+Blue) = 240+237+127=604 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.74% from 604); Green value is 237 (92.97% from 255 or 39.24% from 604); Blue value is 127 (50% from 255 or 21.03% from 604); Max value from RGB is 240 - color contains mainly: red. Hex color #F0ED7F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0ED7F is #0F1280. Grayscale: #E1E1E1. Windows color (decimal): -987777 or 8383984. OLE color: 8383984.

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

Color convert

RGB 240 237 127 -
CMYK 0 0.01 0.47 0.06
HSL 58.41º 0.79% 0.72% -
HSV(B) 58.41º 0.47% 0.94% -
XYZ 70.05 80.63 31.95 -
YUV 225.36 72.49 138.44 -
System Red Green Blue C M Y K H S L
Decimal 240 237 127 0 0.01 0.47 0.06 58.41 0.79 0.72
Hex F0 ED 7F 0 1 2F 6 3A 4F 48
Octal 360 355 177 0 1 57 6 72 117 110
Binary 11110000 11101101 1111111 0 1 101111 110 111010 1001111 1001000

Color Harmonies of #F0ED7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0ED7F

Black with #F0ED7F

Text Example


Text Example

White with #F0ED7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0ED7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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