Html Css Color HEX #F6BC3C Supernova

📋 copy color: '#F6BC3C'

red 246 ◦ green 188 ◦ blue 60

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

Shades of Supernova #F6BC3C

Tints of Supernova #F6BC3C

RGB

 RED value IS 246 (96.48% from 255) = 49.8%

 GREEN value IS 188 (73.83% from 255) = 38.06%

 BLUE value IS 60 (23.83% from 255) = 12.15%

R = 49.8%
G = 38.06%
B = 12.15%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.76

 K value IS 0.04

RGB Variations

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

Color information

#F6BC3C (or 0xF6BC3C) is known color: Supernova. HEX triplet: F6, BC and 3C. RGB value is (246,188,60). Sum of RGB (Red+Green+Blue) = 246+188+60=494 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.80% from 494); Green value is 188 (73.83% from 255 or 38.06% from 494); Blue value is 60 (23.83% from 255 or 12.15% from 494); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BC3C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6BC3C is #0943C3. Grayscale: #BFBFBF. Windows color (decimal): -607172 or 3980534. OLE color: 3980534.

HSL color Cylindrical-coordinate representation of color #F6BC3C: hue angle of 41.29º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F6BC3C is Cyan = 0, Magento = 0.24, Yellow = 0.76 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 188 60 -
CMYK 0 0.24 0.76 0.04
HSL 41.29º 0.91% 0.6% -
HSV(B) 41.29º 0.76% 0.96% -
XYZ 56.8 55.89 12.07 -
YUV 190.75 54.22 167.41 -
System Red Green Blue C M Y K H S L
Decimal 246 188 60 0 0.24 0.76 0.04 41.29 0.91 0.6
Hex F6 BC 3C 0 18 4C 4 29 5B 3C
Octal 366 274 74 0 30 114 4 51 133 74
Binary 11110110 10111100 111100 0 11000 1001100 100 101001 1011011 111100

Color Harmonies of #F6BC3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6BC3C

Black with #F6BC3C

Text Example


Text Example

White with #F6BC3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6BC3C; }

 p { color: rgb(246,188,60); }

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

background-color css

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

 a { background-color: rgb(246,188,60); }

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

border-color css

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

 span { border-color: rgb(246,188,60); }

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