Html Css Color HEX #FFB558 Texas Rose

📋 copy color: '#FFB558'

red 255 ◦ green 181 ◦ blue 88

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

Shades of Texas Rose #FFB558

Tints of Texas Rose #FFB558

RGB

 RED value IS 255 (100% from 255) = 48.66%

 GREEN value IS 181 (71.09% from 255) = 34.54%

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

R = 48.66%
G = 34.54%
B = 16.79%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.65

 K value IS 0

RGB Variations

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

Color information

#FFB558 (or 0xFFB558) is known color: Texas Rose. HEX triplet: FF, B5 and 58. RGB value is (255,181,88). Sum of RGB (Red+Green+Blue) = 255+181+88=524 (69% of max value = 765). Red value is 255 (100% from 255 or 48.66% from 524); Green value is 181 (71.09% from 255 or 34.54% from 524); Blue value is 88 (34.77% from 255 or 16.79% from 524); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB558 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFB558 is #004AA7. Grayscale: #C0C0C0. Windows color (decimal): -19112 or 5813759. OLE color: 5813759.

HSL color Cylindrical-coordinate representation of color #FFB558: hue angle of 33.41º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FFB558 is Cyan = 0, Magento = 0.29, Yellow = 0.65 and Black (K on CMYK) = 0.

Color convert

RGB 255 181 88 -
CMYK 0 0.29 0.65 0
HSL 33.41º 1% 0.67% -
HSV(B) 33.41º 0.65% 1% -
XYZ 59.53 55.01 16.71 -
YUV 192.52 69.02 172.56 -
System Red Green Blue C M Y K H S L
Decimal 255 181 88 0 0.29 0.65 0 33.41 1 0.67
Hex FF B5 58 0 1D 41 0 21 64 43
Octal 377 265 130 0 35 101 0 41 144 103
Binary 11111111 10110101 1011000 0 11101 1000001 0 100001 1100100 1000011

Color Harmonies of #FFB558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB558

Black with #FFB558

Text Example


Text Example

White with #FFB558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB558; }

 p { color: rgb(255,181,88); }

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

background-color css

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

 a { background-color: rgb(255,181,88); }

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

border-color css

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

 span { border-color: rgb(255,181,88); }

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