#F3B030

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

Shades of Supernova #F3B030

Tints of Supernova #F3B030

Color information

#F3B030 (or 0xF3B030) is unknown color: approx Supernova. HEX triplet: F3, B0 and 30. RGB value is (243,176,48). Sum of RGB (Red+Green+Blue) = 243+176+48=467 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.03% from 467); Green value is 176 (69.14% from 255 or 37.69% from 467); Blue value is 48 (19.14% from 255 or 10.28% from 467); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B030 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F3B030 is #0C4FCF. Grayscale: #B6B6B6. Windows color (decimal): -806864 or 3191027. OLE color: 3191027.

HSL color Cylindrical-coordinate representation of color #F3B030: hue angle of 39.38º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F3B030 is Cyan = 0, Magento = 0.28, Yellow = 0.80 and Black (K on CMYK) = 0.05.

Color convert

RGB24317648-
CMYK00.280.800.05
HSL39.38º89.04%57.06%-
HSV(B)39.38º80.25%95.29%-
XYZ53.0250.329.71-
YUV181.4452.7171.91-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 52.03%
GREEN value IS 176 (69.14% from 255) = 37.69%
BLUE value IS 48 (19.14% from 255) = 10.28%
R=52.03%
G=37.69%
B=10.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.80
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2431764800.280.800.0539.3889.0457.06
HexF3B03001C505275939
Octal3632606003412054713171
Binary111100111011000011000001110010100001011001111011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3B030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3B030; }

 p { color: rgb(243,176,48); }

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

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

 a { background-color: rgb(243,176,48); }

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

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

 span { border-color: rgb(243,176,48); }

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