Html Css Color HEX #FBB255 Texas Rose

📋 copy color: '#FBB255'

red 251 ◦ green 178 ◦ blue 85

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

Shades of Texas Rose #FBB255

Tints of Texas Rose #FBB255

RGB

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

 GREEN value IS 178 (69.92% from 255) = 34.63%

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

R = 48.83%
G = 34.63%
B = 16.54%

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

#FBB255 (or 0xFBB255) is known color: Texas Rose. HEX triplet: FB, B2 and 55. RGB value is (251,178,85). Sum of RGB (Red+Green+Blue) = 251+178+85=514 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.83% from 514); Green value is 178 (69.92% from 255 or 34.63% from 514); Blue value is 85 (33.59% from 255 or 16.54% from 514); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB255 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBB255 is #044DAA. Grayscale: #BDBDBD. Windows color (decimal): -282027 or 5616379. OLE color: 5616379.

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

Color convert

RGB 251 178 85 -
CMYK 0 0.29 0.66 0.02
HSL 33.61º 0.95% 0.66% -
HSV(B) 33.61º 0.66% 0.98% -
XYZ 57.34 53.01 15.8 -
YUV 189.23 69.18 172.06 -
System Red Green Blue C M Y K H S L
Decimal 251 178 85 0 0.29 0.66 0.02 33.61 0.95 0.66
Hex FB B2 55 0 1D 42 2 22 5F 42
Octal 373 262 125 0 35 102 2 42 137 102
Binary 11111011 10110010 1010101 0 11101 1000010 10 100010 1011111 1000010

Color Harmonies of #FBB255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBB255

Black with #FBB255

Text Example


Text Example

White with #FBB255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBB255; }

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

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

background-color css

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

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

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

border-color css

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

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

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