Html Css Color HEX #F2ED7D Texas

📋 copy color: '#F2ED7D'

red 242 ◦ green 237 ◦ blue 125

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

Shades of Texas #F2ED7D

Tints of Texas #F2ED7D

RGB

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

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

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

R = 40.07%
G = 39.24%
B = 20.7%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#F2ED7D (or 0xF2ED7D) is known color: Texas. HEX triplet: F2, ED and 7D. RGB value is (242,237,125). Sum of RGB (Red+Green+Blue) = 242+237+125=604 (80% of max value = 765). Red value is 242 (94.92% from 255 or 40.07% from 604); Green value is 237 (92.97% from 255 or 39.24% from 604); Blue value is 125 (49.22% from 255 or 20.70% from 604); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ED7D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2ED7D is #0D1282. Grayscale: #E2E2E2. Windows color (decimal): -856707 or 8252914. OLE color: 8252914.

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

Color convert

RGB 242 237 125 -
CMYK 0 0.02 0.48 0.05
HSL 57.44º 0.82% 0.72% -
HSV(B) 57.44º 0.48% 0.95% -
XYZ 70.6 80.93 31.3 -
YUV 225.73 71.16 139.61 -
System Red Green Blue C M Y K H S L
Decimal 242 237 125 0 0.02 0.48 0.05 57.44 0.82 0.72
Hex F2 ED 7D 0 2 30 5 39 52 48
Octal 362 355 175 0 2 60 5 71 122 110
Binary 11110010 11101101 1111101 0 10 110000 101 111001 1010010 1001000

Color Harmonies of #F2ED7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2ED7D

Black with #F2ED7D

Text Example


Text Example

White with #F2ED7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2ED7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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