Html Css Color HEX #FBB155 Texas Rose

📋 copy color: '#FBB155'

red 251 ◦ green 177 ◦ blue 85

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

Shades of Texas Rose #FBB155

Tints of Texas Rose #FBB155

RGB

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

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

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

R = 48.93%
G = 34.5%
B = 16.57%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.66

 K value IS 0.02

RGB Variations

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

Color information

#FBB155 (or 0xFBB155) is known color: Texas Rose. HEX triplet: FB, B1 and 55. RGB value is (251,177,85). Sum of RGB (Red+Green+Blue) = 251+177+85=513 (67% of max value = 765). Red value is 251 (98.44% from 255 or 48.93% from 513); Green value is 177 (69.53% from 255 or 34.50% from 513); Blue value is 85 (33.59% from 255 or 16.57% from 513); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB155 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBB155 is #044EAA. Grayscale: #BDBDBD. Windows color (decimal): -282283 or 5616123. OLE color: 5616123.

HSL color Cylindrical-coordinate representation of color #FBB155: hue angle of 33.25º 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 #FBB155 is Cyan = 0, Magento = 0.29, Yellow = 0.66 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 177 85 -
CMYK 0 0.29 0.66 0.02
HSL 33.25º 0.95% 0.66% -
HSV(B) 33.25º 0.66% 0.98% -
XYZ 57.15 52.61 15.74 -
YUV 188.64 69.52 172.48 -
System Red Green Blue C M Y K H S L
Decimal 251 177 85 0 0.29 0.66 0.02 33.25 0.95 0.66
Hex FB B1 55 0 1D 42 2 21 5F 42
Octal 373 261 125 0 35 102 2 41 137 102
Binary 11111011 10110001 1010101 0 11101 1000010 10 100001 1011111 1000010

Color Harmonies of #FBB155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBB155

Black with #FBB155

Text Example


Text Example

White with #FBB155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBB155; }

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

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

background-color css

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

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

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

border-color css

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

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

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