Html Css Color HEX #F0E47D Texas

📋 copy color: '#F0E47D'

red 240 ◦ green 228 ◦ blue 125

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

Shades of Texas #F0E47D

Tints of Texas #F0E47D

RGB

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

 GREEN value IS 228 (89.45% from 255) = 38.45%

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

R = 40.47%
G = 38.45%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#F0E47D (or 0xF0E47D) is known color: Texas. HEX triplet: F0, E4 and 7D. RGB value is (240,228,125). Sum of RGB (Red+Green+Blue) = 240+228+125=593 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.47% from 593); Green value is 228 (89.45% from 255 or 38.45% from 593); Blue value is 125 (49.22% from 255 or 21.08% from 593); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E47D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0E47D is #0F1B82. Grayscale: #DCDCDC. Windows color (decimal): -990083 or 8250608. OLE color: 8250608.

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

Color convert

RGB 240 228 125 -
CMYK 0 0.05 0.48 0.06
HSL 53.74º 0.79% 0.72% -
HSV(B) 53.74º 0.48% 0.94% -
XYZ 67.38 75.49 30.42 -
YUV 219.85 74.48 142.38 -
System Red Green Blue C M Y K H S L
Decimal 240 228 125 0 0.05 0.48 0.06 53.74 0.79 0.72
Hex F0 E4 7D 0 5 30 6 36 4F 48
Octal 360 344 175 0 5 60 6 66 117 110
Binary 11110000 11100100 1111101 0 101 110000 110 110110 1001111 1001000

Color Harmonies of #F0E47D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0E47D

Black with #F0E47D

Text Example


Text Example

White with #F0E47D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0E47D; }

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

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

background-color css

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

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

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

border-color css

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

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

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