Html Css Color HEX #FBA048 Sunshade

📋 copy color: '#FBA048'

red 251 ◦ green 160 ◦ blue 72

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

Shades of Sunshade #FBA048

Tints of Sunshade #FBA048

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 14.91%

R = 51.97%
G = 33.13%
B = 14.91%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.71

 K value IS 0.02

RGB Variations

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

Color information

#FBA048 (or 0xFBA048) is known color: Sunshade. HEX triplet: FB, A0 and 48. RGB value is (251,160,72). Sum of RGB (Red+Green+Blue) = 251+160+72=483 (63% of max value = 765). Red value is 251 (98.44% from 255 or 51.97% from 483); Green value is 160 (62.89% from 255 or 33.13% from 483); Blue value is 72 (28.52% from 255 or 14.91% from 483); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA048 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA048 is #045FB7. Grayscale: #B1B1B1. Windows color (decimal): -286648 or 4759803. OLE color: 4759803.

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

Color convert

RGB 251 160 72 -
CMYK 0 0.36 0.71 0.02
HSL 29.5º 0.96% 0.63% -
HSV(B) 29.5º 0.71% 0.98% -
XYZ 53.52 46.12 12.21 -
YUV 177.18 68.65 180.66 -
System Red Green Blue C M Y K H S L
Decimal 251 160 72 0 0.36 0.71 0.02 29.5 0.96 0.63
Hex FB A0 48 0 24 47 2 1D 60 3F
Octal 373 240 110 0 44 107 2 35 140 77
Binary 11111011 10100000 1001000 0 100100 1000111 10 11101 1100000 111111

Color Harmonies of #FBA048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA048

Black with #FBA048

Text Example


Text Example

White with #FBA048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA048; }

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

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

background-color css

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

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

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

border-color css

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

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

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