Html Css Color HEX #FBA053 Sunshade

📋 copy color: '#FBA053'

red 251 ◦ green 160 ◦ blue 83

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

Shades of Sunshade #FBA053

Tints of Sunshade #FBA053

RGB

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

 GREEN value IS 160 (62.89% from 255) = 32.39%

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

R = 50.81%
G = 32.39%
B = 16.8%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.67

 K value IS 0.02

RGB Variations

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

Color information

#FBA053 (or 0xFBA053) is known color: Sunshade. HEX triplet: FB, A0 and 53. RGB value is (251,160,83). Sum of RGB (Red+Green+Blue) = 251+160+83=494 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.81% from 494); Green value is 160 (62.89% from 255 or 32.39% from 494); Blue value is 83 (32.81% from 255 or 16.80% from 494); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA053 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA053 is #045FAC. Grayscale: #B2B2B2. Windows color (decimal): -286637 or 5480699. OLE color: 5480699.

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

Color convert

RGB 251 160 83 -
CMYK 0 0.36 0.67 0.02
HSL 27.5º 0.95% 0.65% -
HSV(B) 27.5º 0.67% 0.98% -
XYZ 53.92 46.28 14.27 -
YUV 178.43 74.15 179.76 -
System Red Green Blue C M Y K H S L
Decimal 251 160 83 0 0.36 0.67 0.02 27.5 0.95 0.65
Hex FB A0 53 0 24 43 2 1C 5F 41
Octal 373 240 123 0 44 103 2 34 137 101
Binary 11111011 10100000 1010011 0 100100 1000011 10 11100 1011111 1000001

Color Harmonies of #FBA053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA053

Black with #FBA053

Text Example


Text Example

White with #FBA053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA053; }

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

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

background-color css

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

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

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

border-color css

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

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

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