Html Css Color HEX #F2E47D Texas

📋 copy color: '#F2E47D'

red 242 ◦ green 228 ◦ blue 125

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

Shades of Texas #F2E47D

Tints of Texas #F2E47D

RGB

 RED value IS 242 (94.92% from 255) = 40.67%

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

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

R = 40.67%
G = 38.32%
B = 21.01%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#F2E47D (or 0xF2E47D) is known color: Texas. HEX triplet: F2, E4 and 7D. RGB value is (242,228,125). Sum of RGB (Red+Green+Blue) = 242+228+125=595 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.67% from 595); Green value is 228 (89.45% from 255 or 38.32% from 595); Blue value is 125 (49.22% from 255 or 21.01% from 595); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E47D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2E47D is #0D1B82. Grayscale: #DCDCDC. Windows color (decimal): -859011 or 8250610. OLE color: 8250610.

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

Color convert

RGB 242 228 125 -
CMYK 0 0.06 0.48 0.05
HSL 52.82º 0.82% 0.72% -
HSV(B) 52.82º 0.48% 0.95% -
XYZ 68.06 75.84 30.45 -
YUV 220.44 74.14 143.38 -
System Red Green Blue C M Y K H S L
Decimal 242 228 125 0 0.06 0.48 0.05 52.82 0.82 0.72
Hex F2 E4 7D 0 6 30 5 35 52 48
Octal 362 344 175 0 6 60 5 65 122 110
Binary 11110010 11100100 1111101 0 110 110000 101 110101 1010010 1001000

Color Harmonies of #F2E47D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E47D

Black with #F2E47D

Text Example


Text Example

White with #F2E47D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E47D; }

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

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

background-color css

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

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

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

border-color css

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

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

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