Html Css Color HEX #FBA554 Texas Rose

📋 copy color: '#FBA554'

red 251 ◦ green 165 ◦ blue 84

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

Shades of Texas Rose #FBA554

Tints of Texas Rose #FBA554

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 16.8%

R = 50.2%
G = 33%
B = 16.8%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.67

 K value IS 0.02

RGB Variations

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

Color information

#FBA554 (or 0xFBA554) is known color: Texas Rose. HEX triplet: FB, A5 and 54. RGB value is (251,165,84). Sum of RGB (Red+Green+Blue) = 251+165+84=500 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50.2% from 500); Green value is 165 (64.84% from 255 or 33% from 500); Blue value is 84 (33.20% from 255 or 16.8% from 500); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA554 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA554 is #045AAB. Grayscale: #B5B5B5. Windows color (decimal): -285356 or 5547515. OLE color: 5547515.

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

Color convert

RGB 251 165 84 -
CMYK 0 0.34 0.67 0.02
HSL 29.1º 0.95% 0.66% -
HSV(B) 29.1º 0.67% 0.98% -
XYZ 54.84 48.06 14.77 -
YUV 181.48 72.99 177.59 -
System Red Green Blue C M Y K H S L
Decimal 251 165 84 0 0.34 0.67 0.02 29.1 0.95 0.66
Hex FB A5 54 0 22 43 2 1D 5F 42
Octal 373 245 124 0 42 103 2 35 137 102
Binary 11111011 10100101 1010100 0 100010 1000011 10 11101 1011111 1000010

Color Harmonies of #FBA554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA554

Black with #FBA554

Text Example


Text Example

White with #FBA554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA554; }

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

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

background-color css

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

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

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

border-color css

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

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

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