Html Css Color HEX #F5AB55 Texas Rose

📋 copy color: '#F5AB55'

red 245 ◦ green 171 ◦ blue 85

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

Shades of Texas Rose #F5AB55

Tints of Texas Rose #F5AB55

RGB

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

 GREEN value IS 171 (67.19% from 255) = 34.13%

 BLUE value IS 85 (33.59% from 255) = 16.97%

R = 48.9%
G = 34.13%
B = 16.97%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.65

 K value IS 0.04

RGB Variations

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

Color information

#F5AB55 (or 0xF5AB55) is known color: Texas Rose. HEX triplet: F5, AB and 55. RGB value is (245,171,85). Sum of RGB (Red+Green+Blue) = 245+171+85=501 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.90% from 501); Green value is 171 (67.19% from 255 or 34.13% from 501); Blue value is 85 (33.59% from 255 or 16.97% from 501); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AB55 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5AB55 is #0A54AA. Grayscale: #B7B7B7. Windows color (decimal): -677035 or 5614581. OLE color: 5614581.

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

Color convert

RGB 245 171 85 -
CMYK 0 0.30 0.65 0.04
HSL 32.25º 0.89% 0.65% -
HSV(B) 32.25º 0.65% 0.96% -
XYZ 53.86 49.19 15.25 -
YUV 183.32 72.52 171.99 -
System Red Green Blue C M Y K H S L
Decimal 245 171 85 0 0.30 0.65 0.04 32.25 0.89 0.65
Hex F5 AB 55 0 1E 41 4 20 59 41
Octal 365 253 125 0 36 101 4 40 131 101
Binary 11110101 10101011 1010101 0 11110 1000001 100 100000 1011001 1000001

Color Harmonies of #F5AB55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5AB55

Black with #F5AB55

Text Example


Text Example

White with #F5AB55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5AB55; }

 p { color: rgb(245,171,85); }

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

background-color css

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

 a { background-color: rgb(245,171,85); }

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

border-color css

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

 span { border-color: rgb(245,171,85); }

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