Html Css Color HEX #FBA148 Sunshade

📋 copy color: '#FBA148'

red 251 ◦ green 161 ◦ blue 72

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

Shades of Sunshade #FBA148

Tints of Sunshade #FBA148

RGB

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

 GREEN value IS 161 (63.28% from 255) = 33.26%

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

R = 51.86%
G = 33.26%
B = 14.88%

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

#FBA148 (or 0xFBA148) is known color: Sunshade. HEX triplet: FB, A1 and 48. RGB value is (251,161,72). Sum of RGB (Red+Green+Blue) = 251+161+72=484 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.86% from 484); Green value is 161 (63.28% from 255 or 33.26% from 484); Blue value is 72 (28.52% from 255 or 14.88% from 484); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA148 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA148 is #045EB7. Grayscale: #B2B2B2. Windows color (decimal): -286392 or 4760059. OLE color: 4760059.

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

Color convert

RGB 251 161 72 -
CMYK 0 0.36 0.71 0.02
HSL 29.83º 0.96% 0.63% -
HSV(B) 29.83º 0.71% 0.98% -
XYZ 53.7 46.47 12.27 -
YUV 177.76 68.32 180.24 -
System Red Green Blue C M Y K H S L
Decimal 251 161 72 0 0.36 0.71 0.02 29.83 0.96 0.63
Hex FB A1 48 0 24 47 2 1E 60 3F
Octal 373 241 110 0 44 107 2 36 140 77
Binary 11111011 10100001 1001000 0 100100 1000111 10 11110 1100000 111111

Color Harmonies of #FBA148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA148

Black with #FBA148

Text Example


Text Example

White with #FBA148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA148; }

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

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

background-color css

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

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

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

border-color css

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

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

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