Html Css Color HEX #FBA858 Texas Rose

📋 copy color: '#FBA858'

red 251 ◦ green 168 ◦ blue 88

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

Shades of Texas Rose #FBA858

Tints of Texas Rose #FBA858

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 17.36%

R = 49.51%
G = 33.14%
B = 17.36%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.65

 K value IS 0.02

RGB Variations

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

Color information

#FBA858 (or 0xFBA858) is known color: Texas Rose. HEX triplet: FB, A8 and 58. RGB value is (251,168,88). Sum of RGB (Red+Green+Blue) = 251+168+88=507 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.51% from 507); Green value is 168 (66.02% from 255 or 33.14% from 507); Blue value is 88 (34.77% from 255 or 17.36% from 507); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA858 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA858 is #0457A7. Grayscale: #B8B8B8. Windows color (decimal): -284584 or 5810427. OLE color: 5810427.

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

Color convert

RGB 251 168 88 -
CMYK 0 0.33 0.65 0.02
HSL 29.45º 0.95% 0.66% -
HSV(B) 29.45º 0.65% 0.98% -
XYZ 55.55 49.22 15.81 -
YUV 183.7 74 176 -
System Red Green Blue C M Y K H S L
Decimal 251 168 88 0 0.33 0.65 0.02 29.45 0.95 0.66
Hex FB A8 58 0 21 41 2 1D 5F 42
Octal 373 250 130 0 41 101 2 35 137 102
Binary 11111011 10101000 1011000 0 100001 1000001 10 11101 1011111 1000010

Color Harmonies of #FBA858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA858

Black with #FBA858

Text Example


Text Example

White with #FBA858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA858; }

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

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

background-color css

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

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

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

border-color css

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

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

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