#F5AD38

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

Shades of Supernova #F5AD38

Tints of Supernova #F5AD38

Color information

#F5AD38 (or 0xF5AD38) is unknown color: approx Supernova. HEX triplet: F5, AD and 38. RGB value is (245,173,56). Sum of RGB (Red+Green+Blue) = 245+173+56=474 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.69% from 474); Green value is 173 (67.97% from 255 or 36.50% from 474); Blue value is 56 (22.27% from 255 or 11.81% from 474); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AD38 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5AD38 is #0A52C7. Grayscale: #B5B5B5. Windows color (decimal): -676552 or 3714549. OLE color: 3714549.

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

Color convert

RGB24517356-
CMYK00.290.770.04
HSL37.14º90.43%59.02%-
HSV(B)37.14º77.14%96.08%-
XYZ53.3149.5910.5-
YUV181.1957.35173.51-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 51.69%
GREEN value IS 173 (67.97% from 255) = 36.50%
BLUE value IS 56 (22.27% from 255) = 11.81%
R=51.69%
G=36.50%
B=11.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.77
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451735600.290.770.0437.1490.4359.02
HexF5AD3801D4D4255a3b
Octal3652557003511544513273
Binary111101011010110111100001110110011011001001011011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5AD38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5AD38; }

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

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

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

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

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

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

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

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