#F2B238

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

Shades of Supernova #F2B238

Tints of Supernova #F2B238

Color information

#F2B238 (or 0xF2B238) is unknown color: approx Supernova. HEX triplet: F2, B2 and 38. RGB value is (242,178,56). Sum of RGB (Red+Green+Blue) = 242+178+56=476 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.84% from 476); Green value is 178 (69.92% from 255 or 37.39% from 476); Blue value is 56 (22.27% from 255 or 11.76% from 476); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B238 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2B238 is #0D4DC7. Grayscale: #B7B7B7. Windows color (decimal): -871880 or 3715826. OLE color: 3715826.

HSL color Cylindrical-coordinate representation of color #F2B238: hue angle of 39.35º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F2B238 is Cyan = 0, Magento = 0.26, Yellow = 0.77 and Black (K on CMYK) = 0.05.

Color convert

RGB24217856-
CMYK00.260.770.05
HSL39.35º87.74%58.43%-
HSV(B)39.35º76.86%94.9%-
XYZ53.255110.78-
YUV183.2356.2169.92-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 50.84%
GREEN value IS 178 (69.92% from 255) = 37.39%
BLUE value IS 56 (22.27% from 255) = 11.76%
R=50.84%
G=37.39%
B=11.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.77
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421785600.260.770.0539.3587.7458.43
HexF2B23801A4D527583a
Octal3622627003211554713072
Binary111100101011001011100001101010011011011001111011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2B238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2B238; }

 p { color: rgb(242,178,56); }

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

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

 a { background-color: rgb(242,178,56); }

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

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

 span { border-color: rgb(242,178,56); }

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