#FBB63C

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

Shades of Supernova #FBB63C

Tints of Supernova #FBB63C

Color information

#FBB63C (or 0xFBB63C) is unknown color: approx Supernova. HEX triplet: FB, B6 and 3C. RGB value is (251,182,60). Sum of RGB (Red+Green+Blue) = 251+182+60=493 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.91% from 493); Green value is 182 (71.48% from 255 or 36.92% from 493); Blue value is 60 (23.83% from 255 or 12.17% from 493); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB63C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBB63C is #0449C3. Grayscale: #BDBDBD. Windows color (decimal): -281028 or 3979003. OLE color: 3979003.

HSL color Cylindrical-coordinate representation of color #FBB63C: hue angle of 38.32º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FBB63C is Cyan = 0, Magento = 0.27, Yellow = 0.76 and Black (K on CMYK) = 0.02.

Color convert

RGB25118260-
CMYK00.270.760.02
HSL38.32º95.98%60.98%-
HSV(B)38.32º76.1%98.43%-
XYZ57.3354.2911.73-
YUV188.7255.36172.42-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 50.91%
GREEN value IS 182 (71.48% from 255) = 36.92%
BLUE value IS 60 (23.83% from 255) = 12.17%
R=50.91%
G=36.92%
B=12.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.76
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2511826000.270.760.0238.3295.9860.98
HexFBB63C01B4C226603d
Octal3732667403311424614075
Binary11111011101101101111000110111001100101001101100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB63C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB63C; }

 p { color: rgb(251,182,60); }

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

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

 a { background-color: rgb(251,182,60); }

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

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

 span { border-color: rgb(251,182,60); }

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