#FFB338

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

Shades of Supernova #FFB338

Tints of Supernova #FFB338

Color information

#FFB338 (or 0xFFB338) is unknown color: approx Supernova. HEX triplet: FF, B3 and 38. RGB value is (255,179,56). Sum of RGB (Red+Green+Blue) = 255+179+56=490 (64% of max value = 765). Red value is 255 (100% from 255 or 52.04% from 490); Green value is 179 (70.31% from 255 or 36.53% from 490); Blue value is 56 (22.27% from 255 or 11.43% from 490); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB338 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFB338 is #004CC7. Grayscale: #BCBCBC. Windows color (decimal): -19656 or 3716095. OLE color: 3716095.

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

Color convert

RGB25517956-
CMYK00.300.780
HSL37.09º100%60.98%-
HSV(B)37.09º78.04%100%-
XYZ58.0753.7911.06-
YUV187.753.68176-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 52.04%
GREEN value IS 179 (70.31% from 255) = 36.53%
BLUE value IS 56 (22.27% from 255) = 11.43%
R=52.04%
G=36.53%
B=11.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.78
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551795600.300.78037.0910060.98
HexFFB33801E4E025643d
Octal3772637003611604514475
Binary1111111110110011111000011110100111001001011100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB338; }

 p { color: rgb(255,179,56); }

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

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

 a { background-color: rgb(255,179,56); }

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

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

 span { border-color: rgb(255,179,56); }

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