Html Css Color HEX #FBA854 Texas Rose

📋 copy color: '#FBA854'

red 251 ◦ green 168 ◦ blue 84

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

Shades of Texas Rose #FBA854

Tints of Texas Rose #FBA854

RGB

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

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

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

R = 49.9%
G = 33.4%
B = 16.7%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.67

 K value IS 0.02

RGB Variations

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

Color information

#FBA854 (or 0xFBA854) is known color: Texas Rose. HEX triplet: FB, A8 and 54. RGB value is (251,168,84). Sum of RGB (Red+Green+Blue) = 251+168+84=503 (66% of max value = 765). Red value is 251 (98.44% from 255 or 49.90% from 503); Green value is 168 (66.02% from 255 or 33.40% from 503); Blue value is 84 (33.20% from 255 or 16.70% from 503); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA854 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA854 is #0457AB. Grayscale: #B7B7B7. Windows color (decimal): -284588 or 5548283. OLE color: 5548283.

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

Color convert

RGB 251 168 84 -
CMYK 0 0.33 0.67 0.02
HSL 30.18º 0.95% 0.66% -
HSV(B) 30.18º 0.67% 0.98% -
XYZ 55.39 49.15 14.96 -
YUV 183.24 72 176.33 -
System Red Green Blue C M Y K H S L
Decimal 251 168 84 0 0.33 0.67 0.02 30.18 0.95 0.66
Hex FB A8 54 0 21 43 2 1E 5F 42
Octal 373 250 124 0 41 103 2 36 137 102
Binary 11111011 10101000 1010100 0 100001 1000011 10 11110 1011111 1000010

Color Harmonies of #FBA854

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA854

Black with #FBA854

Text Example


Text Example

White with #FBA854

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA854; }

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

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

background-color css

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

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

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

border-color css

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

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

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