#F2B23D

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

Shades of Supernova #F2B23D

Tints of Supernova #F2B23D

Color information

#F2B23D (or 0xF2B23D) is unknown color: approx Supernova. HEX triplet: F2, B2 and 3D. RGB value is (242,178,61). Sum of RGB (Red+Green+Blue) = 242+178+61=481 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.31% from 481); Green value is 178 (69.92% from 255 or 37.01% from 481); Blue value is 61 (24.22% from 255 or 12.68% from 481); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B23D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2B23D is #0D4DC2. Grayscale: #B8B8B8. Windows color (decimal): -871875 or 4043506. OLE color: 4043506.

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

Color convert

RGB24217861-
CMYK00.260.750.05
HSL38.78º87.44%59.41%-
HSV(B)38.78º74.79%94.9%-
XYZ53.3851.0511.46-
YUV183.858.7169.51-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 50.31%
GREEN value IS 178 (69.92% from 255) = 37.01%
BLUE value IS 61 (24.22% from 255) = 12.68%
R=50.31%
G=37.01%
B=12.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.75
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421786100.260.750.0538.7887.4459.41
HexF2B23D01A4B527573b
Octal3622627503211354712773
Binary111100101011001011110101101010010111011001111010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2B23D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2B23D; }

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

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

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

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

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

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

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

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