Html Css Color HEX #F2EA7B Texas

📋 copy color: '#F2EA7B'

red 242 ◦ green 234 ◦ blue 123

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

Shades of Texas #F2EA7B

Tints of Texas #F2EA7B

RGB

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

 GREEN value IS 234 (91.8% from 255) = 39.07%

 BLUE value IS 123 (48.44% from 255) = 20.53%

R = 40.4%
G = 39.07%
B = 20.53%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#F2EA7B (or 0xF2EA7B) is known color: Texas. HEX triplet: F2, EA and 7B. RGB value is (242,234,123). Sum of RGB (Red+Green+Blue) = 242+234+123=599 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.40% from 599); Green value is 234 (91.80% from 255 or 39.07% from 599); Blue value is 123 (48.44% from 255 or 20.53% from 599); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EA7B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2EA7B is #0D1584. Grayscale: #E0E0E0. Windows color (decimal): -857477 or 8121074. OLE color: 8121074.

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

Color convert

RGB 242 234 123 -
CMYK 0 0.03 0.49 0.05
HSL 55.97º 0.82% 0.72% -
HSV(B) 55.97º 0.49% 0.95% -
XYZ 69.62 79.15 30.35 -
YUV 223.74 71.15 141.03 -
System Red Green Blue C M Y K H S L
Decimal 242 234 123 0 0.03 0.49 0.05 55.97 0.82 0.72
Hex F2 EA 7B 0 3 31 5 38 52 48
Octal 362 352 173 0 3 61 5 70 122 110
Binary 11110010 11101010 1111011 0 11 110001 101 111000 1010010 1001000

Color Harmonies of #F2EA7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2EA7B

Black with #F2EA7B

Text Example


Text Example

White with #F2EA7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2EA7B; }

 p { color: rgb(242,234,123); }

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

background-color css

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

 a { background-color: rgb(242,234,123); }

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

border-color css

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

 span { border-color: rgb(242,234,123); }

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