Html Css Color HEX #F6BC12 Moon Yellow

📋 copy color: '#F6BC12'

red 246 ◦ green 188 ◦ blue 18

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

Shades of Moon Yellow #F6BC12

Tints of Moon Yellow #F6BC12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 3.98%

R = 54.42%
G = 41.59%
B = 3.98%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#F6BC12 (or 0xF6BC12) is known color: Moon Yellow. HEX triplet: F6, BC and 12. RGB value is (246,188,18). Sum of RGB (Red+Green+Blue) = 246+188+18=452 (59% of max value = 765). Red value is 246 (96.48% from 255 or 54.42% from 452); Green value is 188 (73.83% from 255 or 41.59% from 452); Blue value is 18 (7.42% from 255 or 3.98% from 452); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BC12 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F6BC12 is #0943ED. Grayscale: #BABABA. Windows color (decimal): -607214 or 1228022. OLE color: 1228022.

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

Color convert

RGB 246 188 18 -
CMYK 0 0.24 0.93 0.04
HSL 44.74º 0.93% 0.52% -
HSV(B) 44.74º 0.93% 0.96% -
XYZ 56.1 55.6 8.35 -
YUV 185.96 33.22 170.82 -
System Red Green Blue C M Y K H S L
Decimal 246 188 18 0 0.24 0.93 0.04 44.74 0.93 0.52
Hex F6 BC 12 0 18 5D 4 2D 5D 34
Octal 366 274 22 0 30 135 4 55 135 64
Binary 11110110 10111100 10010 0 11000 1011101 100 101101 1011101 110100

Color Harmonies of #F6BC12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6BC12

Black with #F6BC12

Text Example


Text Example

White with #F6BC12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6BC12; }

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

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

background-color css

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

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

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

border-color css

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

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

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