Html Css Color HEX #F5B158 Texas Rose

📋 copy color: '#F5B158'

red 245 ◦ green 177 ◦ blue 88

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

Shades of Texas Rose #F5B158

Tints of Texas Rose #F5B158

RGB

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

 GREEN value IS 177 (69.53% from 255) = 34.71%

 BLUE value IS 88 (34.77% from 255) = 17.25%

R = 48.04%
G = 34.71%
B = 17.25%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.64

 K value IS 0.04

RGB Variations

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

Color information

#F5B158 (or 0xF5B158) is known color: Texas Rose. HEX triplet: F5, B1 and 58. RGB value is (245,177,88). Sum of RGB (Red+Green+Blue) = 245+177+88=510 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.04% from 510); Green value is 177 (69.53% from 255 or 34.71% from 510); Blue value is 88 (34.77% from 255 or 17.25% from 510); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B158 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5B158 is #0A4EA7. Grayscale: #BBBBBB. Windows color (decimal): -675496 or 5812725. OLE color: 5812725.

HSL color Cylindrical-coordinate representation of color #F5B158: hue angle of 34.01º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F5B158 is Cyan = 0, Magento = 0.28, Yellow = 0.64 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 177 88 -
CMYK 0 0.28 0.64 0.04
HSL 34.01º 0.89% 0.65% -
HSV(B) 34.01º 0.64% 0.96% -
XYZ 55.14 51.56 16.28 -
YUV 187.19 72.03 169.24 -
System Red Green Blue C M Y K H S L
Decimal 245 177 88 0 0.28 0.64 0.04 34.01 0.89 0.65
Hex F5 B1 58 0 1C 40 4 22 59 41
Octal 365 261 130 0 34 100 4 42 131 101
Binary 11110101 10110001 1011000 0 11100 1000000 100 100010 1011001 1000001

Color Harmonies of #F5B158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5B158

Black with #F5B158

Text Example


Text Example

White with #F5B158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5B158; }

 p { color: rgb(245,177,88); }

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

background-color css

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

 a { background-color: rgb(245,177,88); }

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

border-color css

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

 span { border-color: rgb(245,177,88); }

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