#FFBD40

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

Shades of Supernova #FFBD40

Tints of Supernova #FFBD40

Color information

#FFBD40 (or 0xFFBD40) is unknown color: approx Supernova. HEX triplet: FF, BD and 40. RGB value is (255,189,64). Sum of RGB (Red+Green+Blue) = 255+189+64=508 (67% of max value = 765). Red value is 255 (100% from 255 or 50.20% from 508); Green value is 189 (74.22% from 255 or 37.20% from 508); Blue value is 64 (25.39% from 255 or 12.60% from 508); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBD40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFBD40 is #0042BF. Grayscale: #C3C3C3. Windows color (decimal): -17088 or 4242943. OLE color: 4242943.

HSL color Cylindrical-coordinate representation of color #FFBD40: hue angle of 39.27º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FFBD40 is Cyan = 0, Magento = 0.26, Yellow = 0.75 and Black (K on CMYK) = 0.

Color convert

RGB25518964-
CMYK00.260.750
HSL39.27º100%62.55%-
HSV(B)39.27º74.9%100%-
XYZ60.3658.0312.87-
YUV194.4854.37171.16-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 50.20%
GREEN value IS 189 (74.22% from 255) = 37.20%
BLUE value IS 64 (25.39% from 255) = 12.60%
R=50.20%
G=37.20%
B=12.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.75
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551896400.260.75039.2710062.55
HexFFBD4001A4B027643f
Octal37727510003211304714477
Binary11111111101111011000000011010100101101001111100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBD40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBD40; }

 p { color: rgb(255,189,64); }

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

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

 a { background-color: rgb(255,189,64); }

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

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

 span { border-color: rgb(255,189,64); }

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