Html Css Color HEX #F2BA3E Supernova

📋 copy color: '#F2BA3E'

red 242 ◦ green 186 ◦ blue 62

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

Shades of Supernova #F2BA3E

Tints of Supernova #F2BA3E

RGB

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

 GREEN value IS 186 (73.05% from 255) = 37.96%

 BLUE value IS 62 (24.61% from 255) = 12.65%

R = 49.39%
G = 37.96%
B = 12.65%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#F2BA3E (or 0xF2BA3E) is known color: Supernova. HEX triplet: F2, BA and 3E. RGB value is (242,186,62). Sum of RGB (Red+Green+Blue) = 242+186+62=490 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.39% from 490); Green value is 186 (73.05% from 255 or 37.96% from 490); Blue value is 62 (24.61% from 255 or 12.65% from 490); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BA3E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2BA3E is #0D45C1. Grayscale: #BDBDBD. Windows color (decimal): -869826 or 4111090. OLE color: 4111090.

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

Color convert

RGB 242 186 62 -
CMYK 0 0.23 0.74 0.05
HSL 41.33º 0.87% 0.6% -
HSV(B) 41.33º 0.74% 0.95% -
XYZ 55.05 54.34 12.15 -
YUV 188.61 56.55 166.08 -
System Red Green Blue C M Y K H S L
Decimal 242 186 62 0 0.23 0.74 0.05 41.33 0.87 0.6
Hex F2 BA 3E 0 17 4A 5 29 57 3C
Octal 362 272 76 0 27 112 5 51 127 74
Binary 11110010 10111010 111110 0 10111 1001010 101 101001 1010111 111100

Color Harmonies of #F2BA3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2BA3E

Black with #F2BA3E

Text Example


Text Example

White with #F2BA3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2BA3E; }

 p { color: rgb(242,186,62); }

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

background-color css

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

 a { background-color: rgb(242,186,62); }

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

border-color css

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

 span { border-color: rgb(242,186,62); }

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