Html Css Color HEX #FBA555 Texas Rose

📋 copy color: '#FBA555'

red 251 ◦ green 165 ◦ blue 85

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

Shades of Texas Rose #FBA555

Tints of Texas Rose #FBA555

RGB

 RED value IS 251 (98.44% from 255) = 50.1%

 GREEN value IS 165 (64.84% from 255) = 32.93%

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

R = 50.1%
G = 32.93%
B = 16.97%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.66

 K value IS 0.02

RGB Variations

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

Color information

#FBA555 (or 0xFBA555) is known color: Texas Rose. HEX triplet: FB, A5 and 55. RGB value is (251,165,85). Sum of RGB (Red+Green+Blue) = 251+165+85=501 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50.10% from 501); Green value is 165 (64.84% from 255 or 32.93% from 501); Blue value is 85 (33.59% from 255 or 16.97% from 501); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA555 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA555 is #045AAA. Grayscale: #B5B5B5. Windows color (decimal): -285355 or 5613051. OLE color: 5613051.

HSL color Cylindrical-coordinate representation of color #FBA555: hue angle of 28.92º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FBA555 is Cyan = 0, Magento = 0.34, Yellow = 0.66 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 165 85 -
CMYK 0 0.34 0.66 0.02
HSL 28.92º 0.95% 0.66% -
HSV(B) 28.92º 0.66% 0.98% -
XYZ 54.88 48.08 14.98 -
YUV 181.59 73.49 177.5 -
System Red Green Blue C M Y K H S L
Decimal 251 165 85 0 0.34 0.66 0.02 28.92 0.95 0.66
Hex FB A5 55 0 22 42 2 1D 5F 42
Octal 373 245 125 0 42 102 2 35 137 102
Binary 11111011 10100101 1010101 0 100010 1000010 10 11101 1011111 1000010

Color Harmonies of #FBA555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA555

Black with #FBA555

Text Example


Text Example

White with #FBA555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA555; }

 p { color: rgb(251,165,85); }

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

background-color css

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

 a { background-color: rgb(251,165,85); }

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

border-color css

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

 span { border-color: rgb(251,165,85); }

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