#F1B43A

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

Shades of Supernova #F1B43A

Tints of Supernova #F1B43A

Color information

#F1B43A (or 0xF1B43A) is unknown color: approx Supernova. HEX triplet: F1, B4 and 3A. RGB value is (241,180,58). Sum of RGB (Red+Green+Blue) = 241+180+58=479 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.31% from 479); Green value is 180 (70.70% from 255 or 37.58% from 479); Blue value is 58 (23.05% from 255 or 12.11% from 479); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B43A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1B43A is #0E4BC5. Grayscale: #B8B8B8. Windows color (decimal): -936902 or 3847409. OLE color: 3847409.

HSL color Cylindrical-coordinate representation of color #F1B43A: hue angle of 40º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F1B43A is Cyan = 0, Magento = 0.25, Yellow = 0.76 and Black (K on CMYK) = 0.05.

Color convert

RGB24118058-
CMYK00.250.760.05
HSL40º86.73%58.63%-
HSV(B)40º75.93%94.51%-
XYZ53.3651.6511.16-
YUV184.3356.71168.42-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 50.31%
GREEN value IS 180 (70.70% from 255) = 37.58%
BLUE value IS 58 (23.05% from 255) = 12.11%
R=50.31%
G=37.58%
B=12.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.76
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411805800.250.760.054086.7358.63
HexF1B43A0194C528573b
Octal3612647203111455012773
Binary111100011011010011101001100110011001011010001010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B43A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B43A; }

 p { color: rgb(241,180,58); }

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

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

 a { background-color: rgb(241,180,58); }

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

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

 span { border-color: rgb(241,180,58); }

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