#F5F180

Color #F5F180 Texas (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Texas #F5F180

Tints of Texas #F5F180

Color information

#F5F180 (or 0xF5F180) is unknown color: approx Texas. HEX triplet: F5, F1 and 80. RGB value is (245,241,128). Sum of RGB (Red+Green+Blue) = 245+241+128=614 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.90% from 614); Green value is 241 (94.53% from 255 or 39.25% from 614); Blue value is 128 (50.39% from 255 or 20.85% from 614); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F180 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5F180 is #0A0E7F. Grayscale: #E5E5E5. Windows color (decimal): -659072 or 8450549. OLE color: 8450549.

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

Color convert

RGB245241128-
CMYK00.020.480.04
HSL57.95º85.4%73.14%-
HSV(B)57.95º47.76%96.08%-
XYZ73.0183.8832.76-
YUV229.3170.83139.19-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 39.90%
GREEN value IS 241 (94.53% from 255) = 39.25%
BLUE value IS 128 (50.39% from 255) = 20.85%
R=39.90%
G=39.25%
B=20.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.48
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24524112800.020.480.0457.9585.473.14
HexF5F180023043a5549
Octal3653612000260472125111
Binary11110101111100011000000001011000010011101010101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5F180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5F180; }

 p { color: rgb(245,241,128); }

 H1.HeaderClassName
 {
   color: #F5F180;
 }
 .AnyTagClassName
 {
   color: #F5F180;
 }
</style>
background-color css

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

 a { background-color: rgb(245,241,128); }

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

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

 span { border-color: rgb(245,241,128); }

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