Html Css Color HEX #FBA248 Sunshade

📋 copy color: '#FBA248'

red 251 ◦ green 162 ◦ blue 72

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

Shades of Sunshade #FBA248

Tints of Sunshade #FBA248

RGB

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

 GREEN value IS 162 (63.67% from 255) = 33.4%

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

R = 51.75%
G = 33.4%
B = 14.85%

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

#FBA248 (or 0xFBA248) is known color: Sunshade. HEX triplet: FB, A2 and 48. RGB value is (251,162,72). Sum of RGB (Red+Green+Blue) = 251+162+72=485 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.75% from 485); Green value is 162 (63.67% from 255 or 33.40% from 485); Blue value is 72 (28.52% from 255 or 14.85% from 485); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA248 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA248 is #045DB7. Grayscale: #B2B2B2. Windows color (decimal): -286136 or 4760315. OLE color: 4760315.

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

Color convert

RGB 251 162 72 -
CMYK 0 0.35 0.71 0.02
HSL 30.17º 0.96% 0.63% -
HSV(B) 30.17º 0.71% 0.98% -
XYZ 53.87 46.82 12.33 -
YUV 178.35 67.99 179.82 -
System Red Green Blue C M Y K H S L
Decimal 251 162 72 0 0.35 0.71 0.02 30.17 0.96 0.63
Hex FB A2 48 0 23 47 2 1E 60 3F
Octal 373 242 110 0 43 107 2 36 140 77
Binary 11111011 10100010 1001000 0 100011 1000111 10 11110 1100000 111111

Color Harmonies of #FBA248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA248

Black with #FBA248

Text Example


Text Example

White with #FBA248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA248; }

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

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

background-color css

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

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

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

border-color css

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

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

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