#F1B53D

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

Shades of Supernova #F1B53D

Tints of Supernova #F1B53D

Color information

#F1B53D (or 0xF1B53D) is unknown color: approx Supernova. HEX triplet: F1, B5 and 3D. RGB value is (241,181,61). Sum of RGB (Red+Green+Blue) = 241+181+61=483 (63% of max value = 765). Red value is 241 (94.53% from 255 or 49.90% from 483); Green value is 181 (71.09% from 255 or 37.47% from 483); Blue value is 61 (24.22% from 255 or 12.63% from 483); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B53D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1B53D is #0E4AC2. Grayscale: #B9B9B9. Windows color (decimal): -936643 or 4044273. OLE color: 4044273.

HSL color Cylindrical-coordinate representation of color #F1B53D: 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.75%. Process color model (Four color, CMYK) of #F1B53D is Cyan = 0, Magento = 0.25, Yellow = 0.75 and Black (K on CMYK) = 0.05.

Color convert

RGB24118161-
CMYK00.250.750.05
HSL40º86.54%59.22%-
HSV(B)40º74.69%94.51%-
XYZ53.6452.0911.64-
YUV185.2657.88167.76-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 49.90%
GREEN value IS 181 (71.09% from 255) = 37.47%
BLUE value IS 61 (24.22% from 255) = 12.63%
R=49.90%
G=37.47%
B=12.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.75
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411816100.250.750.054086.5459.22
HexF1B53D0194B528573b
Octal3612657503111355012773
Binary111100011011010111110101100110010111011010001010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B53D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B53D; }

 p { color: rgb(241,181,61); }

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

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

 a { background-color: rgb(241,181,61); }

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

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

 span { border-color: rgb(241,181,61); }

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