#F1AF38

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

Shades of Supernova #F1AF38

Tints of Supernova #F1AF38

Color information

#F1AF38 (or 0xF1AF38) is unknown color: approx Supernova. HEX triplet: F1, AF and 38. RGB value is (241,175,56). Sum of RGB (Red+Green+Blue) = 241+175+56=472 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.06% from 472); Green value is 175 (68.75% from 255 or 37.08% from 472); Blue value is 56 (22.27% from 255 or 11.86% from 472); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AF38 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1AF38 is #0E50C7. Grayscale: #B5B5B5. Windows color (decimal): -938184 or 3715057. OLE color: 3715057.

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

Color convert

RGB24117556-
CMYK00.270.770.05
HSL38.59º86.85%58.24%-
HSV(B)38.59º76.76%94.51%-
XYZ52.3249.6510.57-
YUV181.1757.37170.68-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 51.06%
GREEN value IS 175 (68.75% from 255) = 37.08%
BLUE value IS 56 (22.27% from 255) = 11.86%
R=51.06%
G=37.08%
B=11.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.77
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411755600.270.770.0538.5986.8558.24
HexF1AF3801B4D527573a
Octal3612577003311554712772
Binary111100011010111111100001101110011011011001111010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1AF38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1AF38; }

 p { color: rgb(241,175,56); }

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

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

 a { background-color: rgb(241,175,56); }

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

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

 span { border-color: rgb(241,175,56); }

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