#FFBF42

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

Shades of Supernova #FFBF42

Tints of Supernova #FFBF42

Color information

#FFBF42 (or 0xFFBF42) is unknown color: approx Supernova. HEX triplet: FF, BF and 42. RGB value is (255,191,66). Sum of RGB (Red+Green+Blue) = 255+191+66=512 (67% of max value = 765). Red value is 255 (100% from 255 or 49.80% from 512); Green value is 191 (75% from 255 or 37.30% from 512); Blue value is 66 (26.17% from 255 or 12.89% from 512); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBF42 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFBF42 is #0040BD. Grayscale: #C4C4C4. Windows color (decimal): -16574 or 4374527. OLE color: 4374527.

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

Color convert

RGB25519166-
CMYK00.250.740
HSL39.68º100%62.94%-
HSV(B)39.68º74.12%100%-
XYZ60.8558.9113.32-
YUV195.8954.7170.16-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 49.80%
GREEN value IS 191 (75% from 255) = 37.30%
BLUE value IS 66 (26.17% from 255) = 12.89%
R=49.80%
G=37.30%
B=12.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.74
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551916600.250.74039.6810062.94
HexFFBF420194A028643f
Octal37727710203111205014477
Binary11111111101111111000010011001100101001010001100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBF42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBF42; }

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

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

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

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

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

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

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

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