#F5AD37

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

Shades of Supernova #F5AD37

Tints of Supernova #F5AD37

Color information

#F5AD37 (or 0xF5AD37) is unknown color: approx Supernova. HEX triplet: F5, AD and 37. RGB value is (245,173,55). Sum of RGB (Red+Green+Blue) = 245+173+55=473 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.80% from 473); Green value is 173 (67.97% from 255 or 36.58% from 473); Blue value is 55 (21.88% from 255 or 11.63% from 473); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AD37 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5AD37 is #0A52C8. Grayscale: #B5B5B5. Windows color (decimal): -676553 or 3649013. OLE color: 3649013.

HSL color Cylindrical-coordinate representation of color #F5AD37: hue angle of 37.26º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F5AD37 is Cyan = 0, Magento = 0.29, Yellow = 0.78 and Black (K on CMYK) = 0.04.

Color convert

RGB24517355-
CMYK00.290.780.04
HSL37.26º90.48%58.82%-
HSV(B)37.26º77.55%96.08%-
XYZ53.2949.5810.37-
YUV181.0856.85173.59-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 51.80%
GREEN value IS 173 (67.97% from 255) = 36.58%
BLUE value IS 55 (21.88% from 255) = 11.63%
R=51.80%
G=36.58%
B=11.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.78
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451735500.290.780.0437.2690.4858.82
HexF5AD3701D4E4255a3b
Octal3652556703511644513273
Binary111101011010110111011101110110011101001001011011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5AD37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5AD37; }

 p { color: rgb(245,173,55); }

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

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

 a { background-color: rgb(245,173,55); }

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

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

 span { border-color: rgb(245,173,55); }

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