Html Css Color HEX #F2E581 Texas

📋 copy color: '#F2E581'

red 242 ◦ green 229 ◦ blue 129

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

Shades of Texas #F2E581

Tints of Texas #F2E581

RGB

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

 GREEN value IS 229 (89.84% from 255) = 38.17%

 BLUE value IS 129 (50.78% from 255) = 21.5%

R = 40.33%
G = 38.17%
B = 21.5%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#F2E581 (or 0xF2E581) is known color: Texas. HEX triplet: F2, E5 and 81. RGB value is (242,229,129). Sum of RGB (Red+Green+Blue) = 242+229+129=600 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.33% from 600); Green value is 229 (89.84% from 255 or 38.17% from 600); Blue value is 129 (50.78% from 255 or 21.5% from 600); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E581 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2E581 is #0D1A7E. Grayscale: #DDDDDD. Windows color (decimal): -858751 or 8513010. OLE color: 8513010.

HSL color Cylindrical-coordinate representation of color #F2E581: hue angle of 53.1º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F2E581 is Cyan = 0, Magento = 0.05, Yellow = 0.47 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 229 129 -
CMYK 0 0.05 0.47 0.05
HSL 53.1º 0.81% 0.73% -
HSV(B) 53.1º 0.47% 0.95% -
XYZ 68.6 76.5 31.92 -
YUV 221.49 75.81 142.63 -
System Red Green Blue C M Y K H S L
Decimal 242 229 129 0 0.05 0.47 0.05 53.1 0.81 0.73
Hex F2 E5 81 0 5 2F 5 35 51 49
Octal 362 345 201 0 5 57 5 65 121 111
Binary 11110010 11100101 10000001 0 101 101111 101 110101 1010001 1001001

Color Harmonies of #F2E581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E581

Black with #F2E581

Text Example


Text Example

White with #F2E581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E581; }

 p { color: rgb(242,229,129); }

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

background-color css

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

 a { background-color: rgb(242,229,129); }

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

border-color css

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

 span { border-color: rgb(242,229,129); }

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