Html Css Color HEX #FBA349 Sunshade

📋 copy color: '#FBA349'

red 251 ◦ green 163 ◦ blue 73

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

Shades of Sunshade #FBA349

Tints of Sunshade #FBA349

RGB

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

 GREEN value IS 163 (64.06% from 255) = 33.47%

 BLUE value IS 73 (28.91% from 255) = 14.99%

R = 51.54%
G = 33.47%
B = 14.99%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.71

 K value IS 0.02

RGB Variations

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

Color information

#FBA349 (or 0xFBA349) is known color: Sunshade. HEX triplet: FB, A3 and 49. RGB value is (251,163,73). Sum of RGB (Red+Green+Blue) = 251+163+73=487 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.54% from 487); Green value is 163 (64.06% from 255 or 33.47% from 487); Blue value is 73 (28.91% from 255 or 14.99% from 487); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA349 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA349 is #045CB6. Grayscale: #B3B3B3. Windows color (decimal): -285879 or 4826107. OLE color: 4826107.

HSL color Cylindrical-coordinate representation of color #FBA349: hue angle of 30.34º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FBA349 is Cyan = 0, Magento = 0.35, Yellow = 0.71 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 163 73 -
CMYK 0 0.35 0.71 0.02
HSL 30.34º 0.96% 0.64% -
HSV(B) 30.34º 0.71% 0.98% -
XYZ 54.08 47.18 12.56 -
YUV 179.05 68.15 179.32 -
System Red Green Blue C M Y K H S L
Decimal 251 163 73 0 0.35 0.71 0.02 30.34 0.96 0.64
Hex FB A3 49 0 23 47 2 1E 60 40
Octal 373 243 111 0 43 107 2 36 140 100
Binary 11111011 10100011 1001001 0 100011 1000111 10 11110 1100000 1000000

Color Harmonies of #FBA349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA349

Black with #FBA349

Text Example


Text Example

White with #FBA349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA349; }

 p { color: rgb(251,163,73); }

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

background-color css

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

 a { background-color: rgb(251,163,73); }

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

border-color css

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

 span { border-color: rgb(251,163,73); }

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