#FFBF40

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

Shades of Supernova #FFBF40

Tints of Supernova #FFBF40

Color information

#FFBF40 (or 0xFFBF40) is unknown color: approx Supernova. HEX triplet: FF, BF and 40. RGB value is (255,191,64). Sum of RGB (Red+Green+Blue) = 255+191+64=510 (67% of max value = 765). Red value is 255 (100% from 255 or 50% from 510); Green value is 191 (75% from 255 or 37.45% from 510); Blue value is 64 (25.39% from 255 or 12.55% from 510); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBF40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFBF40 is #0040BF. Grayscale: #C4C4C4. Windows color (decimal): -16576 or 4243455. OLE color: 4243455.

HSL color Cylindrical-coordinate representation of color #FFBF40: hue angle of 39.9º 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 #FFBF40 is Cyan = 0, Magento = 0.25, Yellow = 0.75 and Black (K on CMYK) = 0.

Color convert

RGB25519164-
CMYK00.250.750
HSL39.9º100%62.55%-
HSV(B)39.9º74.9%100%-
XYZ60.858.8913.01-
YUV195.6653.7170.33-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 50%
GREEN value IS 191 (75% from 255) = 37.45%
BLUE value IS 64 (25.39% from 255) = 12.55%
R=50%
G=37.45%
B=12.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.75
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551916400.250.75039.910062.55
HexFFBF400194B028643f
Octal37727710003111305014477
Binary11111111101111111000000011001100101101010001100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBF40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBF40; }

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

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

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

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

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

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

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

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