Html Css Color HEX #F2E77D Texas

📋 copy color: '#F2E77D'

red 242 ◦ green 231 ◦ blue 125

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

Shades of Texas #F2E77D

Tints of Texas #F2E77D

RGB

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

 GREEN value IS 231 (90.63% from 255) = 38.63%

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

R = 40.47%
G = 38.63%
B = 20.9%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#F2E77D (or 0xF2E77D) is known color: Texas. HEX triplet: F2, E7 and 7D. RGB value is (242,231,125). Sum of RGB (Red+Green+Blue) = 242+231+125=598 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.47% from 598); Green value is 231 (90.62% from 255 or 38.63% from 598); Blue value is 125 (49.22% from 255 or 20.90% from 598); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E77D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2E77D is #0D1882. Grayscale: #DEDEDE. Windows color (decimal): -858243 or 8251378. OLE color: 8251378.

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

Color convert

RGB 242 231 125 -
CMYK 0 0.05 0.48 0.05
HSL 54.36º 0.82% 0.72% -
HSV(B) 54.36º 0.48% 0.95% -
XYZ 68.9 77.51 30.73 -
YUV 222.21 73.14 142.12 -
System Red Green Blue C M Y K H S L
Decimal 242 231 125 0 0.05 0.48 0.05 54.36 0.82 0.72
Hex F2 E7 7D 0 5 30 5 36 52 48
Octal 362 347 175 0 5 60 5 66 122 110
Binary 11110010 11100111 1111101 0 101 110000 101 110110 1010010 1001000

Color Harmonies of #F2E77D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E77D

Black with #F2E77D

Text Example


Text Example

White with #F2E77D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E77D; }

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

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

background-color css

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

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

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

border-color css

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

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

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