Html Css Color HEX #F5EE83 Texas

📋 copy color: '#F5EE83'

red 245 ◦ green 238 ◦ blue 131

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

Shades of Texas #F5EE83

Tints of Texas #F5EE83

RGB

 RED value IS 245 (96.09% from 255) = 39.9%

 GREEN value IS 238 (93.36% from 255) = 38.76%

 BLUE value IS 131 (51.56% from 255) = 21.34%

R = 39.9%
G = 38.76%
B = 21.34%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.47

 K value IS 0.04

RGB Variations

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

Color information

#F5EE83 (or 0xF5EE83) is known color: Texas. HEX triplet: F5, EE and 83. RGB value is (245,238,131). Sum of RGB (Red+Green+Blue) = 245+238+131=614 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.90% from 614); Green value is 238 (93.36% from 255 or 38.76% from 614); Blue value is 131 (51.56% from 255 or 21.34% from 614); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EE83 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5EE83 is #0A117C. Grayscale: #E4E4E4. Windows color (decimal): -659837 or 8646389. OLE color: 8646389.

HSL color Cylindrical-coordinate representation of color #F5EE83: hue angle of 56.32º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F5EE83 is Cyan = 0, Magento = 0.03, Yellow = 0.47 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 238 131 -
CMYK 0 0.03 0.47 0.04
HSL 56.32º 0.85% 0.74% -
HSV(B) 56.32º 0.47% 0.96% -
XYZ 72.33 82.2 33.53 -
YUV 227.9 73.32 140.2 -
System Red Green Blue C M Y K H S L
Decimal 245 238 131 0 0.03 0.47 0.04 56.32 0.85 0.74
Hex F5 EE 83 0 3 2F 4 38 55 4A
Octal 365 356 203 0 3 57 4 70 125 112
Binary 11110101 11101110 10000011 0 11 101111 100 111000 1010101 1001010

Color Harmonies of #F5EE83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5EE83

Black with #F5EE83

Text Example


Text Example

White with #F5EE83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5EE83; }

 p { color: rgb(245,238,131); }

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

background-color css

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

 a { background-color: rgb(245,238,131); }

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

border-color css

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

 span { border-color: rgb(245,238,131); }

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