Html Css Color HEX #F2B03A Supernova

📋 copy color: '#F2B03A'

red 242 ◦ green 176 ◦ blue 58

#F2B03A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Supernova #F2B03A

Tints of Supernova #F2B03A

RGB

 RED value IS 242 (94.92% from 255) = 50.84%

 GREEN value IS 176 (69.14% from 255) = 36.97%

 BLUE value IS 58 (23.05% from 255) = 12.18%

R = 50.84%
G = 36.97%
B = 12.18%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.76

 K value IS 0.05

RGB Variations

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

Color information

#F2B03A (or 0xF2B03A) is known color: Supernova. HEX triplet: F2, B0 and 3A. RGB value is (242,176,58). Sum of RGB (Red+Green+Blue) = 242+176+58=476 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.84% from 476); Green value is 176 (69.14% from 255 or 36.97% from 476); Blue value is 58 (23.05% from 255 or 12.18% from 476); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B03A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2B03A is #0D4FC5. Grayscale: #B6B6B6. Windows color (decimal): -872390 or 3846386. OLE color: 3846386.

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

Color convert

RGB 242 176 58 -
CMYK 0 0.27 0.76 0.05
HSL 38.48º 0.88% 0.59% -
HSV(B) 38.48º 0.76% 0.95% -
XYZ 52.91 50.23 10.91 -
YUV 182.28 57.87 170.59 -
System Red Green Blue C M Y K H S L
Decimal 242 176 58 0 0.27 0.76 0.05 38.48 0.88 0.59
Hex F2 B0 3A 0 1B 4C 5 26 58 3B
Octal 362 260 72 0 33 114 5 46 130 73
Binary 11110010 10110000 111010 0 11011 1001100 101 100110 1011000 111011

Color Harmonies of #F2B03A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2B03A

Black with #F2B03A

Text Example


Text Example

White with #F2B03A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2B03A; }

 p { color: rgb(242,176,58); }

 H1.HeaderClassName
 {
   color: #F2B03A;
 }
 .AnyTagClassName
 {
   color: #F2B03A;
 }
</style>

background-color css

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

 a { background-color: rgb(242,176,58); }

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

border-color css

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

 span { border-color: rgb(242,176,58); }

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