Html Css Color HEX #FBA553 Texas Rose

📋 copy color: '#FBA553'

red 251 ◦ green 165 ◦ blue 83

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

Shades of Texas Rose #FBA553

Tints of Texas Rose #FBA553

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 16.63%

R = 50.3%
G = 33.07%
B = 16.63%

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

#FBA553 (or 0xFBA553) is known color: Texas Rose. HEX triplet: FB, A5 and 53. RGB value is (251,165,83). Sum of RGB (Red+Green+Blue) = 251+165+83=499 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50.30% from 499); Green value is 165 (64.84% from 255 or 33.07% from 499); Blue value is 83 (32.81% from 255 or 16.63% from 499); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA553 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA553 is #045AAC. Grayscale: #B5B5B5. Windows color (decimal): -285357 or 5481979. OLE color: 5481979.

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

Color convert

RGB 251 165 83 -
CMYK 0 0.34 0.67 0.02
HSL 29.29º 0.95% 0.65% -
HSV(B) 29.29º 0.67% 0.98% -
XYZ 54.8 48.04 14.57 -
YUV 181.37 72.49 177.67 -
System Red Green Blue C M Y K H S L
Decimal 251 165 83 0 0.34 0.67 0.02 29.29 0.95 0.65
Hex FB A5 53 0 22 43 2 1D 5F 41
Octal 373 245 123 0 42 103 2 35 137 101
Binary 11111011 10100101 1010011 0 100010 1000011 10 11101 1011111 1000001

Color Harmonies of #FBA553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA553

Black with #FBA553

Text Example


Text Example

White with #FBA553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA553; }

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

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

background-color css

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

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

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

border-color css

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

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

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