Html Css Color HEX #FBA855 Texas Rose

📋 copy color: '#FBA855'

red 251 ◦ green 168 ◦ blue 85

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

Shades of Texas Rose #FBA855

Tints of Texas Rose #FBA855

RGB

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

 GREEN value IS 168 (66.02% from 255) = 33.33%

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

R = 49.8%
G = 33.33%
B = 16.87%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.66

 K value IS 0.02

RGB Variations

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

Color information

#FBA855 (or 0xFBA855) is known color: Texas Rose. HEX triplet: FB, A8 and 55. RGB value is (251,168,85). Sum of RGB (Red+Green+Blue) = 251+168+85=504 (66% of max value = 765). Red value is 251 (98.44% from 255 or 49.80% from 504); Green value is 168 (66.02% from 255 or 33.33% from 504); Blue value is 85 (33.59% from 255 or 16.87% from 504); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA855 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA855 is #0457AA. Grayscale: #B7B7B7. Windows color (decimal): -284587 or 5613819. OLE color: 5613819.

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

Color convert

RGB 251 168 85 -
CMYK 0 0.33 0.66 0.02
HSL 30º 0.95% 0.66% -
HSV(B) 30º 0.66% 0.98% -
XYZ 55.43 49.17 15.16 -
YUV 183.36 72.5 176.25 -
System Red Green Blue C M Y K H S L
Decimal 251 168 85 0 0.33 0.66 0.02 30 0.95 0.66
Hex FB A8 55 0 21 42 2 1E 5F 42
Octal 373 250 125 0 41 102 2 36 137 102
Binary 11111011 10101000 1010101 0 100001 1000010 10 11110 1011111 1000010

Color Harmonies of #FBA855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA855

Black with #FBA855

Text Example


Text Example

White with #FBA855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA855; }

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

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

background-color css

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

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

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

border-color css

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

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

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