Html Css Color HEX #F2EB7D Texas

📋 copy color: '#F2EB7D'

red 242 ◦ green 235 ◦ blue 125

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

Shades of Texas #F2EB7D

Tints of Texas #F2EB7D

RGB

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

 GREEN value IS 235 (92.19% from 255) = 39.04%

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

R = 40.2%
G = 39.04%
B = 20.76%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#F2EB7D (or 0xF2EB7D) is known color: Texas. HEX triplet: F2, EB and 7D. RGB value is (242,235,125). Sum of RGB (Red+Green+Blue) = 242+235+125=602 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.20% from 602); Green value is 235 (92.19% from 255 or 39.04% from 602); Blue value is 125 (49.22% from 255 or 20.76% from 602); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EB7D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2EB7D is #0D1482. Grayscale: #E1E1E1. Windows color (decimal): -857219 or 8252402. OLE color: 8252402.

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

Color convert

RGB 242 235 125 -
CMYK 0 0.03 0.48 0.05
HSL 56.41º 0.82% 0.72% -
HSV(B) 56.41º 0.48% 0.95% -
XYZ 70.03 79.77 31.11 -
YUV 224.55 71.82 140.44 -
System Red Green Blue C M Y K H S L
Decimal 242 235 125 0 0.03 0.48 0.05 56.41 0.82 0.72
Hex F2 EB 7D 0 3 30 5 38 52 48
Octal 362 353 175 0 3 60 5 70 122 110
Binary 11110010 11101011 1111101 0 11 110000 101 111000 1010010 1001000

Color Harmonies of #F2EB7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2EB7D

Black with #F2EB7D

Text Example


Text Example

White with #F2EB7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2EB7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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