#F8BA3F

Color #F8BA3F Supernova (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Supernova #F8BA3F

Tints of Supernova #F8BA3F

Color information

#F8BA3F (or 0xF8BA3F) is unknown color: approx Supernova. HEX triplet: F8, BA and 3F. RGB value is (248,186,63). Sum of RGB (Red+Green+Blue) = 248+186+63=497 (65% of max value = 765). Red value is 248 (97.27% from 255 or 49.90% from 497); Green value is 186 (73.05% from 255 or 37.42% from 497); Blue value is 63 (25% from 255 or 12.68% from 497); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BA3F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8BA3F is #0745C0. Grayscale: #BFBFBF. Windows color (decimal): -476609 or 4176632. OLE color: 4176632.

HSL color Cylindrical-coordinate representation of color #F8BA3F: hue angle of 39.89º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F8BA3F is Cyan = 0, Magento = 0.25, Yellow = 0.75 and Black (K on CMYK) = 0.03.

Color convert

RGB24818663-
CMYK00.250.750.03
HSL39.89º92.96%60.98%-
HSV(B)39.89º74.6%97.25%-
XYZ57.1755.4312.39-
YUV190.5256.04169-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 49.90%
GREEN value IS 186 (73.05% from 255) = 37.42%
BLUE value IS 63 (25% from 255) = 12.68%
R=49.90%
G=37.42%
B=12.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.75
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2481866300.250.750.0339.8992.9660.98
HexF8BA3F0194B3285d3d
Octal3702727703111335013575
Binary11111000101110101111110110011001011111010001011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8BA3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8BA3F; }

 p { color: rgb(248,186,63); }

 H1.HeaderClassName
 {
   color: #F8BA3F;
 }
 .AnyTagClassName
 {
   color: #F8BA3F;
 }
</style>
background-color css

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

 a { background-color: rgb(248,186,63); }

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

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

 span { border-color: rgb(248,186,63); }

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